Combine coverage data

This commit is contained in:
Jannis Leidel 2020-11-23 16:31:16 +01:00
parent cd80f6860d
commit 403bb51102
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -4,9 +4,9 @@ skip_missing_interpreters = True
[testenv]
commands =
coverage erase
coverage run test_contextlib2.py
coverage report
coverage combine
coverage xml
deps =
coverage