Conversation
5972a37 to
3c47cd7
Compare
4f8bc90 to
aa29e4d
Compare
5b9bc2e to
d23ba6b
Compare
740cb8e to
45f59ac
Compare
bfc8b3b to
12e6eb4
Compare
* Defaults to `sysmon` for coverage, which has significantly less overhead * Enable coverage on Ubuntu under Python 3.14 in PRs too Signed-off-by: Harmen Stoppels <[email protected]>
12e6eb4 to
4424f00
Compare
alalazo
approved these changes
Dec 9, 2025
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.
Python 3.14 with recent
coverageusessysmonby default, which should be significantly faster than current tracing.Note that previously we had codecov only enabled for Python 3.11 on Ubuntu, but 3.12 was used for testing in PRs. So, codecov only came from macOS tests. That was likely an oversight.
coverage 7.11.0 is used because 7.11.1-3 and 7.12.0 significantly regressed.