mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-25 08:57: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
|
||||
script:
|
||||
- py.test --cov . --cov-report term-missing
|
||||
- mv ~/taskwiki-coverage/.coverage.* .
|
||||
- coverage combine
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue