Write coverage.xml.

This commit is contained in:
Jannis Leidel 2020-12-22 21:51:55 +01:00
parent c3e431a843
commit 92c249c8a3
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -6,6 +6,8 @@
# Data files.
/var/
coverage.xml
.coverage/
# Python files.
*.pyc
@ -14,6 +16,8 @@
# Tox files.
/.tox/
.eggs
*.egg-info
# Virtualenv files (created by tox).
/build/

View file

@ -30,7 +30,7 @@ deps =
commands =
pip install -e .
pip install -e demo
python -Wd {envbindir}/demo test --cover-package=django_downloadview --cover-package=demoproject {posargs: tests demoproject}
python -Wd {envbindir}/demo test --cover-package=django_downloadview --cover-package=demoproject --cover-xml {posargs: tests demoproject}
pip freeze
ignore_outcome =
djmaster: True