MNT: Prepend src for the coverage path#23
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
===========================================
+ Coverage 47.01% 95.96% +48.94%
===========================================
Files 15 15
Lines 570 570
Branches 35 35
===========================================
+ Hits 268 547 +279
+ Misses 297 16 -281
- Partials 5 7 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
So coverage has increased from 47% in e.g. the recent PR #22, to 95% in this PR:
without adding any new tests. I thought that this may be related to the use of Trying to gather information: |
Prepend `src` for the coverage path; otherwise, the coverage of the modules `analysis.featuring.py`, `analysis.filtering.py`, and `cli.run.py` are reported to be 0%, even if there they are covered extensively by existing tests.
20f0b0e to
ef8ea47
Compare


Prepend
srcfor the coverage path; otherwise, the coverage of the modulesanalysis.featuring.py,analysis.filtering.py, andcli.run.pyare reported to be 0%, even if there they are covered extensively by existing tests.