travis: Combine coverage from all sources

This commit is contained in:
Tomas Babej 2015-03-27 16:53:36 +01:00
parent 26f23ce5f9
commit 48db70ecc6

View file

@ -47,5 +47,7 @@ before_script:
- cd $TRAVIS_BUILD_DIR
script:
- py.test --cov . --cov-report term-missing
- mv ~/taskwiki-coverage/.coverage.* .
- coverage combine
after_success:
- coveralls