From 28e3c60b50fa25f459ed6255298483f6210cc317 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 14 Sep 2016 19:39:50 +0200 Subject: [PATCH] manually run gcov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd6738f..42049e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: after_script: - test -e tests/helper/server.log && cat tests/helper/server.log after_success: - - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -g "travis/*" -X xcode -X coveragepy + - test -n "$CFLAGS" && gcov -pb src/.libs/*.o && bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -X coveragepy sudo: false notifications: -- 2.30.2