From 087010032db331dc5fdc92752ad56d14715575f5 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 31 Jan 2015 20:19:36 +0100 Subject: [PATCH] adjustments to coverall --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc7340ed..e6d4ad97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ after_success: - make clean - make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage" - ./json_unit - - coveralls --exclude benchmark --exclude test --exclude header_only --gcov-options '\-lp' --gcov 'gcov-4.8' + - coveralls --gcov-options '\-lp' --gcov 'gcov-4.8'