-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-124457: Remove coverity from CPython repo #124460
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
Conversation
4326822
to
6315681
Compare
@@ -0,0 +1,2 @@ | |||
Remove coverity scan from the CPython repo. It has not been used since 2020 |
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.
Wasn't sure if a Misc News entry is needed, and also I wasn't sure which section should it be.
I chose the "Documentation" section here.
Please keep it. We are using Coverity at Red Hat. cc @stratakis |
While we use coverity at Red Hat, it's usually done on specific time frames using OpenScanHub. And we don't utilize the coverity scan model file. So overall I believe the removal is fine. Maybe in the future a nice project would be to introduce coverity scanning through either some service, the buildbots or github actions. |
Oh, I didn't know that. |
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.
LGTM. Let's remove it. It's easy to add it again if someone decides to use it again.
Do I need to backport this? |
And thanks for the reviews! |
I don't think so. |
Thanks, in this case I'll close the issue. |
Remove coverity from CPython Repo.
There are still some mentions about coverity in the history and changelog for v 2.5. I kept those in there.
coverity
#124457