Maybe this?
This commit is contained in:
parent
9c9ded171d
commit
57787f94fa
|
@ -22,6 +22,8 @@ before_script:
|
||||||
- ./cc-test-reporter before-build
|
- ./cc-test-reporter before-build
|
||||||
script: ./run-linux-tests
|
script: ./run-linux-tests
|
||||||
after_script:
|
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:
|
addons:
|
||||||
mariadb: '10.0'
|
mariadb: '10.0'
|
Loading…
Reference in New Issue