fixed coveralls call to ignore benchmarks folder

This commit is contained in:
Niels 2014-12-30 12:02:38 +01:00
parent 6995d33fb1
commit 85abe926cf

View file

@ -22,4 +22,4 @@ after_success:
- make clean - make clean
- make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage" - make json_unit CXXFLAGS="-fprofile-arcs -ftest-coverage"
- ./json_unit - ./json_unit
- coveralls --exclude lib --exclude test --gcov-options '\-lp' --gcov 'gcov-4.8' - coveralls --exclude benchmark --exclude test --gcov-options '\-lp' --gcov 'gcov-4.8'