mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-24 05:36:41 +02:00
travis: Perform coverage report after combining the partial results
This commit is contained in:
parent
48db70ecc6
commit
66af2795f5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue