🔨 working on #953

This commit is contained in:
Niels Lohmann
2018-02-09 21:30:15 +01:00
parent 83db7876c5
commit 0111f3187e
3 changed files with 7 additions and 4 deletions

View File

@@ -99,10 +99,10 @@ matrix:
before_script:
- pip install --user cpp-coveralls
after_success:
- coveralls --build-root test --include single_header/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
- coveralls --build-root test --include include/nlohmann --gcov 'gcov-4.9' --gcov-options '\-lp'
env:
- COMPILER=g++-4.9
- CMAKE_OPTIONS=-DJSON_Coverage=ON
- CMAKE_OPTIONS=-DJSON_Coverage=ON -DJSON_MultipleHeader=ON
# Coverity (only for branch coverity_scan)