coveralls adjustment

This commit is contained in:
Niels 2015-01-31 20:26:47 +01:00
parent 087010032d
commit d8f58b25fb

View file

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