Skip to content

Commit d6e2340

Browse files
Add coverage run settings to setup.cfg
1 parent 0c69b3c commit d6e2340

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ convention = numpy
1717
python_files=test*.py
1818
testpaths=tests
1919

20+
[coverage:run]
21+
relative_files = True
22+
omit =
23+
cons/_version.py
24+
tests/*
25+
branch = True
26+
2027
[coverage:report]
2128
omit =
2229
cons/_version.py

0 commit comments

Comments
 (0)