From: Ivan Maidanski Date: Mon, 3 Sep 2018 20:03:19 +0000 (+0300) Subject: Travis CI: Send code coverage reports to Codecov as well X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee5137e5f4ff49159528c5ddd1fd984c64a8f8e5;p=libatomic_ops Travis CI: Send code coverage reports to Codecov as well --- diff --git a/.travis.yml b/.travis.yml index 470b07e..4c9ea2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -555,6 +555,7 @@ after_success: lcov --remove coverage.info '/usr/*' 'tests/*' --output-file coverage.info; lcov --list coverage.info; coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info; + bash <(curl -s https://codecov.io/bash); fi deploy: