Write coverage file.

This commit is contained in:
Jannis Leidel 2020-11-26 09:29:44 +01:00
parent 8f7df22869
commit 5c2803c32c
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -12,6 +12,7 @@ usedevelop = true
commands =
coverage run -a example/manage.py test authority exampleapp
coverage report
coverage xml
deps =
coverage
dj111: Django>=1.11,<2.0