mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-26 12:27:19 +02:00
travis: Combine coverage from all sources
This commit is contained in:
parent
26f23ce5f9
commit
48db70ecc6
1 changed files with 2 additions and 0 deletions
|
@ -47,5 +47,7 @@ before_script:
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
script:
|
script:
|
||||||
- py.test --cov . --cov-report term-missing
|
- py.test --cov . --cov-report term-missing
|
||||||
|
- mv ~/taskwiki-coverage/.coverage.* .
|
||||||
|
- coverage combine
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue