Add coverage tracking.

This commit is contained in:
Jannis Leidel 2020-11-25 20:25:26 +01:00
parent 65c7f21730
commit eba98f9cae
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
-rrequirements.txt -rrequirements.txt
flake8>=2.5.4 flake8>=2.5.4
pytest pytest
pytest-django pytest-django
pytest-cov

View file

@ -20,7 +20,7 @@ python =
[testenv] [testenv]
commands = commands =
py.test [] pytest --cov-append --cov djadmin2 --cov-report=xml []
deps = deps =
-rrequirements_test.txt -rrequirements_test.txt
3.1: Django>=3.1,<3.2 3.1: Django>=3.1,<3.2