exclude more files from coveralls

This commit is contained in:
Niels 2015-01-31 20:31:43 +01:00
parent d8f58b25fb
commit 9dff05d9e3

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 --gcov-options '\-lp' --gcov 'gcov-4.8'
- coveralls --exclude test/catch.hpp --exclude test/unit.cpp --gcov-options '\-lp' --gcov 'gcov-4.8'