We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba350d commit ff39852Copy full SHA for ff39852
.coveragerc
@@ -0,0 +1,4 @@
1
+[run]
2
+omit =
3
+ .tox/*
4
+ tests/*
tox.ini
@@ -35,7 +35,7 @@ deps = pytest
35
36
distdir = build
37
commands =
38
- {env:TOXBUILD:python -m pytest --junitxml=test-reports/junit-{envname}.xml --cov} {posargs}
+ {env:TOXBUILD:python -m pytest --junitxml=test-reports/junit-{envname}.xml --cov --cov-config=.coveragerc} {posargs}
39
40
[testenv:clean]
41
deps = coverage
0 commit comments