mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-21 04:33:06 +02:00
tests: Use explicit coverage tracking
This commit is contained in:
parent
a331fd0f3b
commit
b00e886142
6 changed files with 33 additions and 2 deletions
|
@ -25,4 +25,8 @@ install:
|
|||
script:
|
||||
- docker-compose up --exit-code-from tests
|
||||
after_success:
|
||||
- ls /tmp/taskwiki-coverage
|
||||
- mv /tmp/taskwiki-coverage/.coverage.* . || echo ok
|
||||
- coverage combine
|
||||
- coverage report
|
||||
- coveralls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue