Commit 467ee22
committed
Fix test failures after moving config to pyproject.toml
- Remove --cov-config setup.cfg reference in tox.ini since setup.cfg was deleted
- Fix coverage report configuration by replacing 'include' with 'omit' to exclude tests
- Coverage now reads configuration from pyproject.toml automatically1 parent 76999e7 commit 467ee22
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments