travis: Perform coverage report after combining the partial results

This commit is contained in:
Tomas Babej 2015-03-27 16:54:55 +01:00
parent 48db70ecc6
commit 66af2795f5

View file

@ -46,8 +46,9 @@ install:
before_script:
- cd $TRAVIS_BUILD_DIR
script:
- py.test --cov . --cov-report term-missing
- py.test --cov .
- mv ~/taskwiki-coverage/.coverage.* .
- coverage combine
- coverage report
after_success:
- coveralls