Commit e97a674
committed
Exclude test files from coverage report
The coverage report was incorrectly including files from the `tests/`
directory, leading to a confusing and inaccurate summary. This can
happen when `pytest-cov` runs in parallel mode, as it sometimes includes
test files that import the code being measured.1 parent a3f5b80 commit e97a674
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments