combine for normal runs, too

This commit is contained in:
meejah 2019-08-07 13:51:05 -06:00
parent 113c0a690c
commit 43162f2ffe

View File

@ -68,6 +68,7 @@ commands =
pip freeze
tahoe --version
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
coverage combine
coverage xml
[testenv:codechecks]