From d8f58b25fbe7e8e12e84ccb53989adf8e3ee6f9c Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 31 Jan 2015 20:26:47 +0100 Subject: [PATCH] coveralls adjustment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6d4ad97..47e2197d 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 --gcov-options '\-lp' --gcov 'gcov-4.8' + - coveralls --exclude test/catch.hpp --gcov-options '\-lp' --gcov 'gcov-4.8'