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.
2 parents 9b4f283 + 752146a commit 01fdf31Copy full SHA for 01fdf31
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