manually run gcov
authorMichael Wallner <mike@php.net>
Wed, 14 Sep 2016 17:39:50 +0000 (19:39 +0200)
committerMichael Wallner <mike@php.net>
Wed, 14 Sep 2016 17:39:50 +0000 (19:39 +0200)
.travis.yml

index bd6738f6e50b4ac09e39d6e768e6b1a281ad86ab..42049e658b365ad0a1f488f7850610940acbfe4d 100644 (file)
@@ -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: