1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00

👷 fixed coveralls

This commit is contained in:
Niels Lohmann
2018-02-02 07:31:57 +01:00
parent b779666916
commit 5c2a0a511e
+1 -1
View File
@@ -99,7 +99,7 @@ matrix:
before_script:
- pip install --user cpp-coveralls
after_success:
- coveralls --build-root test --include src --gcov 'gcov-4.9' --gcov-options '\-lp'
- coveralls --build-root test --include single_header --gcov 'gcov-4.9' --gcov-options '\-lp'
env:
- COMPILER=g++-4.9
- CMAKE_OPTIONS=-DJSON_Coverage=ON