{{ message }}
bpo-43888: Remove coverage builds from CI - #25679
Merged
Merged
Conversation
brettcannon
approved these changes
Apr 29, 2021
Member
Member
Author
|
Sounds good, let me check up on what changes need to be made in the devguide. |
Member
|
I never used this feature. |
Member
Author
|
Brett, the only mention I found in the devguide about coverage that seemed relevant to codecov was in the committing checklist, I made a PR for that here: python/devguide#685 The rest is a guide on how to determine coverage locally which should stay in the devguide. |
Member
|
DevGuide PR has been merged. Thanks. |
Member
|
@ammaraskar thanks for the PRs! @Mariatta thanks for merging the devguide PR! |
|
I missed it the same day, but now I had time to mention it, I usually check the coverage status to analyze and study more about construct languages. |
Member
This was referenced Feb 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

We introduced code coverage a while ago as part of https://bugs.python.org/issue23721 and python/core-workflow#2 but it looks like this feature isn't really utilized by many people based on searching for "codecov" on github and bpo. These builds take way longer due to the instrumentation and this is cutting into valuable CI time. The builds are now also failing on master with the new timeout mechanism.
Let's just get rid of the coverage builds and see if anyone complains :)
https://bugs.python.org/issue43888