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 35c0fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ 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
Expand Down

0 comments on commit 35c0fdf

Please sign in to comment.