Skip to content

Commit

Permalink
make coveralls watch the include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
theodelrieu committed Feb 5, 2018
1 parent 737cffe commit 70c7ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 build --include include --gcov 'gcov-4.9' --gcov-options '\-lp'
env:
- COMPILER=g++-4.9
- CMAKE_OPTIONS=-DJSON_Coverage=ON
- CMAKE_OPTIONS=-DJSON_Coverage=ON -DJSON_MultipleHeaders=ON

# Coverity (only for branch coverity_scan)

Expand Down

0 comments on commit 70c7ba6

Please sign in to comment.