coveragepy: Regression with [paths] in 6.x
[paths] mapping working in 5.5 no longer works in 6.x
paths]
source =
src/
# Set by nox
$VENV_PACKAGE_DIRS/
To Reproduce
- Python 3.6, 3.10
- Coverage 6.x
Code attached
run with nox
Expected behavior 100% coverage
Additional context Change test/requirements.txt to use coverage 5.5 and the coverage will be 100%
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 19 (10 by maintainers)
Links to this issue
Commits related to this issue
- wip: #1280 — committed to nedbat/coveragepy by nedbat 2 years ago
- wip: #1280 — committed to nedbat/coveragepy by nedbat 2 years ago
- fix: more relative_files=true fixes. #1280 — committed to nedbat/coveragepy by nedbat 2 years ago
- fix: more relative_files=true fixes. #1280 — committed to nedbat/coveragepy by nedbat 2 years ago
- py-coverage: update to 7.2.5. Version 7.2.5 — 2023-04-30 -------------------------- - Fix: ``html_report()`` could fail with an AttributeError on ``isatty`` if run in an unusual environment where ... — committed to NetBSD/pkgsrc by deleted user a year ago
Oops, I was so focused on the total, I didn’t notice the file names. I’ll dig into it.