No need to combine coverage reporting I think.

This commit is contained in:
Jannis Leidel 2021-11-08 16:27:34 +01:00
parent 232980b223
commit 807746c9fe
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -38,7 +38,6 @@ 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