From c1c3e72c96a822822deca4677eff022e6c48c900 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 7 Feb 2015 16:03:40 +0100 Subject: [PATCH] include main source file for coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12f1429e..87c58d6a 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 --exclude test/unit.cpp --gcov-options '\-lp' --gcov 'gcov-4.8' + - coveralls --exclude test/catch.hpp --exclude test/unit.cpp --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.8'