Skip to content

Commit 5a59497

Browse files
committed
Use relative paths for coverage
1 parent 8518c9e commit 5a59497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[run]
22
branch = True
3-
source_pkgs = setuptools_git_versioning
3+
source =
4+
setuptools_git_versioning.py
45
omit =
56
tests/*
67
parallel = true
8+
relative_files = true
79
data_file = reports/.coverage

0 commit comments

Comments
 (0)