Also report coverage for broken builds

This commit is contained in:
Markus Unterwaditzer 2014-04-05 13:44:31 +02:00
parent 5a938426e9
commit 91a631fb5a

View file

@ -16,7 +16,6 @@ install:
- "pip install coveralls"
script:
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
after_success:
- "coverage report --show-missing"
- "coveralls"