mirror of
https://github.com/nlohmann/json
synced 2024-12-25 01:51:06 +00:00
exclude more files from coveralls
This commit is contained in:
parent
d8f58b25fb
commit
9dff05d9e3
@ -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 --exclude test/catch.hpp --gcov-options '\-lp' --gcov 'gcov-4.8'
|
- coveralls --exclude test/catch.hpp --exclude test/unit.cpp --gcov-options '\-lp' --gcov 'gcov-4.8'
|
||||||
|
Loading…
Reference in New Issue
Block a user