-
Notifications
You must be signed in to change notification settings - Fork 369
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
chore(ci): Improve coverage performance #3825
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3825 +/- ##
=======================================
Coverage 95.91% 95.91%
=======================================
Files 1122 1122
Lines 35482 35482
=======================================
Hits 34034 34034
Misses 1448 1448 ☔ View full report in Codecov by Sentry. |
8012906
to
a97d802
Compare
a97d802
to
3c0536f
Compare
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Based on this coverage-py issue here, we switch to
sys.monitoring
based coverage which heavily improves the unit tests performance.How did you test this code?
This is a CI change.