]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Send code coverage reports to Codecov as well
authorIvan Maidanski <ivmai@mail.ru>
Mon, 3 Sep 2018 20:03:19 +0000 (23:03 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 3 Sep 2018 20:03:19 +0000 (23:03 +0300)
.travis.yml

index 470b07ea46a7c8b45b85e683f7af3ef6d317396f..4c9ea2c044852de30629257ee1a3cc81063825ae 100644 (file)
@@ -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: