tests: Use explicit coverage tracking

This commit is contained in:
Tomas Babej 2018-07-31 03:46:58 -04:00
parent a331fd0f3b
commit b00e886142
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
6 changed files with 33 additions and 2 deletions

View file

@ -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