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 4, 2018
1 parent 2b7b39c commit d789f65
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 test --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_MultipleHeader=ON

# Coverity (only for branch coverity_scan)

Expand Down

0 comments on commit d789f65

Please sign in to comment.