From c70a19e32f05d298daf0d91e340e97297acb58cc Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 May 2016 12:42:31 +0200 Subject: [PATCH] manually exec gcov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9058a442..9872643d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ script: - (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message) - ./src/ebusd/ebusd --help after_success: - - find . -type f -name '*.gcno' -exec gcov -pb {} \; + - find . -type f -name '*.gcno' -exec bash -c "(f={}; cd \${f%/*}; gcov -pb \${f##*/})" \; - bash <(curl -s https://codecov.io/bash) -X gcov