include main source file for coveralls

pull/36/head
Niels 2015-02-07 16:03:40 +01:00
parent cf498ca4f2
commit c1c3e72c96
1 changed files with 1 additions and 1 deletions

View File

@ -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'