fixed coveralls call to ignore benchmarks folder
This commit is contained in:
parent
6995d33fb1
commit
85abe926cf
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue