Skip to content

Commit

Permalink
Fix codecov yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ricardo Ziviani <[email protected]>
  • Loading branch information
jrziviani committed Feb 16, 2019
1 parent 6f4d512 commit 94c1f6a
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 @@ -15,7 +15,7 @@ after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then lcov --remove coverage.info '/usr/*' --output-file coverage.info; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then lcov --list coverage.info; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.info || "Codecov didn't collect coverage reports"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then coveralls --build-root .build/release --gcov-options '\-lp' -e sample -e .build/release/CMakeFiles -e .build/release/googletest-src -e .build/debug; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then coveralls --build-root .build/linux/release --gcov-options '\-lp' -e sample -e .build/linux/release/CMakeFiles -e .build/linux/release/googletest-src -e .build/linux/debug; fi
addons:
apt:
sources:
Expand Down

0 comments on commit 94c1f6a

Please sign in to comment.