-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DEV: Record coverage in subprocesses as well #2556
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2556 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 52 52
Lines 8741 8741
Branches 1590 1590
=======================================
Hits 8426 8426
Misses 186 186
Partials 129 129 ☔ View full report in Codecov by Sentry. |
Somehow GitHub does not seem to pick up the configuration - running |
Assumption: We need to use more recent versions of some dependencies to fix this as the latest version would work this way locally and in another project of mine. |
do you have any ideas of which modules needs to be updated and to which minimum version? |
Most likely coverage.py and/or pytest-cov, but I have not yet verified this. |
No description provided.