From: Michael Wallner Date: Wed, 14 Sep 2016 17:39:50 +0000 (+0200) Subject: manually run gcov X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=28e3c60b50fa25f459ed6255298483f6210cc317;hp=61d159102918e99ac4c674d597fdc12c490850eb manually run gcov --- 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: