Skip to content
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

Merged
merged 42 commits into from
Dec 18, 2024
Merged

Add Coverity scan #1455

merged 42 commits into from
Dec 18, 2024

Conversation

omalyshe
Copy link
Contributor

@omalyshe omalyshe commented Jul 22, 2024

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

  • bug fix - change that fixes an issue
  • new feature - change that adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

List users with @ to send notifications

Other information

@omalyshe omalyshe marked this pull request as draft July 22, 2024 10:14
@omalyshe omalyshe changed the title Dev/omalyshe/coverity Add Coverity scan Nov 12, 2024
@omalyshe omalyshe marked this pull request as ready for review November 18, 2024 12:09
@omalyshe omalyshe requested a review from isaevil November 26, 2024 11:46
Copy link
Contributor

@isaevil isaevil left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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?

From what I found in the documentation - no, it is not possible to change the project name. Only create the new one.

@omalyshe omalyshe merged commit 503fdb2 into master Dec 18, 2024
25 checks passed
@omalyshe omalyshe deleted the dev/omalyshe/coverity branch December 18, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants