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 4961fd3 + 752146a commit c39add0Copy full SHA for c39add0
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