-
Notifications
You must be signed in to change notification settings - Fork 230
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
added coverage multiprocessing config for CI master builds #1312
base: master
Are you sure you want to change the base?
Conversation
1408ba6
to
722b5b6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1312 +/- ##
==========================================
- Coverage 92.23% 91.84% -0.39%
==========================================
Files 379 378 -1
Lines 23188 20967 -2221
==========================================
- Hits 21387 19257 -2130
+ Misses 1801 1710 -91 ☔ View full report in Codecov by Sentry. |
4e23eb8
to
9a1d47e
Compare
9a1d47e
to
278c7dc
Compare
Why not enable it in general? |
One could e.g., change the CI script to run pytest as follows: pytest \
--cov=. \
--cov-config=.github/.coveragerc The .coveragerc would then contain any configuration that diverges from the pyproject.toml. |
Good question! This is more or less a hack. The simple reason is, that with the option |
Interesting proposal. I'm don't like the idea of using |
supersedes #1310