From 57787f94fab0ed0fe92bd8125231a84849f4c154 Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 30 Jul 2018 14:07:13 +1000 Subject: [PATCH] Maybe this? --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05162db8..b917c714 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' \ No newline at end of file