Maybe this?

This commit is contained in:
Azareal 2018-07-30 14:07:13 +10:00
parent 9c9ded171d
commit 57787f94fa
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ before_script:
- ./cc-test-reporter before-build
script: ./run-linux-tests
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- gocov test -coverprofile=out
- ./cc-test-reporter format-coverage --input-type gocov out
- ./cc-test-reporter upload-coverage
addons:
mariadb: '10.0'