Skip to content

Commit

Permalink
Integrate Travis CI to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 27, 2015
1 parent 69b827d commit 30f4264
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ script:
- popd

after_success:
- if [ "$CXX" = "g++" ]; then lcoveralls --retry-count 5 $TRAVIS_BUILD_DIR-build/test/coverage.info; fi
# Report code coverage to coveralls.io
- lcoveralls --retry-count 5 $TRAVIS_BUILD_DIR-build/test/coverage.info
# Report code coverage to codecov.io
- curl https://codecov.io/bash > /tmp/codecov.sh
- bash /tmp/codecov.sh -f $TRAVIS_BUILD_DIR-build/test/coverage.info

notifications:
webhooks:
Expand Down

0 comments on commit 30f4264

Please sign in to comment.