coveralls adjustment
This commit is contained in:
parent
087010032d
commit
d8f58b25fb
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,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 --gcov-options '\-lp' --gcov 'gcov-4.8'
|
- coveralls --exclude test/catch.hpp --gcov-options '\-lp' --gcov 'gcov-4.8'
|
||||||
|
|
Loading…
Reference in a new issue