-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Coverity scan #1455
Add Coverity scan #1455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. One small question though.
|
||
env: | ||
BUILD_CONCURRENCY: 4 | ||
COVERITY_PROJECT: oneapi-src%2FoneTBB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to change coverity project name from oneapi-src
to uxlfoundation
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to change coverity project name from
oneapi-src
touxlfoundation
?
From what I found in the documentation - no, it is not possible to change the project name. Only create the new one.
Description
This adds the Coverity scan for the project https://scan.coverity.com/projects/oneapi-src-onetbb.
It also add the badge to README file.
There is a limitation for the # of runs per day/week. For oneTBB project the following is applicable: Up to 21 builds per week, with a maximum of 3 builds per day, for projects with 100K to 500K lines of code
So, we'll run only on merge to master.
P.S. The existing project works with the repo migrated to uxlfoundation.
Successful run - https://github.com/uxlfoundation/oneTBB/actions/runs/12353089723/job/34471460976?pr=1455
Fixes # - issue number(s) if exists
Type of change
Choose one or multiple, leave empty if none of the other choices apply
Add a respective label(s) to PR if you have permissions
Tests
Documentation
Breaks backward compatibility
Notify the following users
List users with
@
to send notificationsOther information