Skip to content

Commit f599c3b

Browse files
committed
pytest-cov for xml
1 parent f62b12d commit f599c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ envlist = py{27,py27,36,37,38,py36,py37}
99
[testenv]
1010
deps = -r requirements-tests.txt
1111
commands =
12-
pytest {posargs:--cov=pymodbus/ --cov-report term-missing}
13-
coverage xml --ignore-errors
12+
pytest {posargs:--cov=pymodbus/ --cov-report=term-missing --cov-report=xml}
1413
setenv =
1514
with_gmp=no
1615

0 commit comments

Comments
 (0)