Skip to content

Commit 5ad71f1

Browse files
committed
ci: Fix code coverage reporting in CI
Since the tests there execute the non-editable install in site-packages.
1 parent 7dbc6e4 commit 5ad71f1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[run]
2+
relative_files = true
3+
4+
[paths]
5+
source =
6+
injector/
7+
*/site-packages/injector/
8+
19
[report]
210
exclude_also =
311
if TYPE_CHECKING:

0 commit comments

Comments
 (0)