hello coveralls...

This commit is contained in:
Niels 2015-02-08 16:44:27 +01:00
parent 572232614d
commit d6f54711f3
2 changed files with 75 additions and 6 deletions

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 --include src/json.hpp --gcov-options '\-lp' --gcov 'gcov-4.8'
- coveralls --gcov-options '\-lp' --gcov 'gcov-4.8'