Skip to content

Commit c39add0

Browse files
authored
Merge branch 'develop' into dns
2 parents 4961fd3 + 752146a commit c39add0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
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)