From: Michael Wallner Date: Fri, 8 Mar 2019 09:20:49 +0000 (+0100) Subject: travis: codecov X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=657edc55178fa8da1d4fdf8e27801dc74d3208fa travis: codecov --- diff --git a/.travis.yml b/.travis.yml index 12b7c7c..ae09310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ before_script: script: - make -f travis/pecl/Makefile test + +after_success: + - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index a79f671..c65f24f 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -55,3 +55,6 @@ before_script: script: - make -f travis/pecl/Makefile test + +after_success: + - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy