try to locate gcno files
[m6w6/ext-http] / .travis.yml
index cfc947a01422d078e7907192da9f9ebd9486dba2..e02c3158045aef149413460e5cf7e79b8da1aad6 100644 (file)
@@ -27,6 +27,7 @@ script:
 after_script:
  - test -e tests/helper/server.log && cat tests/helper/server.log
 after_success:
+ - find . $HOME -name '*.gc*'
  - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 
 sudo: false