Restructure CI coverage uploads and add codecov.yml#381
Merged
blink1073 merged 3 commits intoCalysto:mainfrom Mar 15, 2026
Merged
Restructure CI coverage uploads and add codecov.yml#381blink1073 merged 3 commits intoCalysto:mainfrom
blink1073 merged 3 commits intoCalysto:mainfrom
Conversation
….10) Co-Authored-By: Steven Silvester <steven.silvester@ieee.org>
Co-Authored-By: Steven Silvester <steven.silvester@ieee.org>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
=======================================
Coverage 90.85% 90.85%
=======================================
Files 51 51
Lines 2952 2952
Branches 413 413
=======================================
Hits 2682 2682
Misses 190 190
Partials 80 80 🚀 New features to boost your workflow:
|
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.
References
Description
Limits Codecov uploads to two canonical jobs (Linux and Windows on Python 3.10) and adds a
codecov.ymlto configure reporting behavior.Changes
coverjob (matrix:ubuntu-latest,windows-latest, Python 3.10) that runsjust coverand uploads to Codecovubuntu-latest/3.10andwindows-latest/3.10from the maintestmatrix; those jobs now runjust testonlypython-version: ${{ matrix.python-version }}to thesetup-uvstep in thetestjobcodecov.ymlwithafter_n_builds: 2, project/patch coverage targets (90%/95%), and PR comment layoutBackwards-incompatible changes
None
Testing
CI will validate on push.
AI usage