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 199aa22 commit fbbb83fCopy full SHA for fbbb83f
tox.ini
@@ -7,4 +7,4 @@ deps =
7
pytest
8
coverage
9
pytest-cov
10
-commands = py.test --no-cov-on-fail --cov-append --cov {posargs:tests}
+commands = py.test --no-cov-on-fail --cov-append --cov=./ {posargs:tests}
0 commit comments