Skip to content

Commit

Permalink
Added XML reporting for code coverage. #164
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 4, 2021
1 parent cacf717 commit 5716235
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ python =
3.9: py39

[testenv]
passenv = GITHUB_*

deps=
django2: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
Expand All @@ -36,7 +38,7 @@ commands=
--settings='settings-testing' \
categories{posargs}
coverage report -m
coverage html
coverage xml

[testenv:begin]
commands = coverage erase
Expand All @@ -51,5 +53,5 @@ commands=
[testenv:coverage-report]
commands =
coverage report -m
coverage html
coverage xml
codecov

0 comments on commit 5716235

Please sign in to comment.