From ec71e1dbf561a6ce1b6b46b027f0e013a8dc2209 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 14 Sep 2016 22:43:35 +0200 Subject: [PATCH] try to locate gcno files --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cfc947a..e02c315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.30.2