From 9dff05d9e31c2407d33f2407576b56da755158c4 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 31 Jan 2015 20:31:43 +0100 Subject: [PATCH] exclude more files from coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47e2197d3..12f1429e0 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 test/catch.hpp --gcov-options '\-lp' --gcov 'gcov-4.8' + - coveralls --exclude test/catch.hpp --exclude test/unit.cpp --gcov-options '\-lp' --gcov 'gcov-4.8'