Add combining again.

This commit is contained in:
Jannis Leidel 2021-11-08 16:31:09 +01:00
parent 807746c9fe
commit 22a0f40aa3
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -38,6 +38,7 @@ extras = testing
commands =
python --version
{envbindir}/coverage run {envbindir}/django-cadmin test -v2 {posargs:tests}
coverage combine . tests docs
coverage report -m --skip-covered
coverage xml