Skip to content

Commit 01fdf31

Browse files
authored
Merge branch 'develop' into maintenance/pre-commit-isort
2 parents 9b4f283 + 752146a commit 01fdf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
# NOTE: `{envpython} -m pytest` because it'd add CWD into $PYTHONPATH
1212
# NOTE: testing the project from the Git checkout
1313
# NOTE: rather than one installed.
14-
commands = pytest --cov=proxy tests/ {posargs:}
14+
commands = pytest --cov=proxy --cov-report=xml tests/ {posargs:}
1515

1616

1717
[dists]

0 commit comments

Comments
 (0)