Skip to content

Commit 4b79935

Browse files
committed
Update tox to generate xml coverage report
1 parent f155742 commit 4b79935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = python
66
deps = -rrequirements/ci.txt
77
commands =
88
rm -rf .eggs/
9-
pytest tests/ {posargs}
9+
pytest tests/ --cov-report term-missing:skip-covered --cov-report xml {posargs}
1010
codecov -f coverage.xml -X gcov
1111
usedevelop = True
1212

0 commit comments

Comments
 (0)