From da966ae3c2b3a0bbb88f77687889251bef1bd09d Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 May 2016 10:56:37 +0200 Subject: [PATCH] test gcov --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cf3048c..316f1c96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,6 @@ script: - (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message) - ./src/ebusd/ebusd --help after_success: + - find src/ebusd -name "*.gc*" + - gcov -pb src/ebusd/main.gcno - codecov