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 2a9db3a commit 752146aCopy full SHA for 752146a
tox.ini
@@ -11,7 +11,7 @@ deps =
11
# NOTE: `{envpython} -m pytest` because it'd add CWD into $PYTHONPATH
12
# NOTE: testing the project from the Git checkout
13
# NOTE: rather than one installed.
14
-commands = pytest --cov=proxy tests/ {posargs:}
+commands = pytest --cov=proxy --cov-report=xml tests/ {posargs:}
15
16
17
[dists]
0 commit comments