From: Michael Wallner Date: Tue, 6 Mar 2018 16:17:07 +0000 (+0100) Subject: fix codecov X-Git-Tag: v1.0.2~11 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=commitdiff_plain;h=229fcd9113757acbc03348f941a6d4aa73058793 fix codecov --- diff --git a/.travis.yml b/.travis.yml index 2e57645..d20614d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,5 +41,5 @@ 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 + - test -n "$CFLAGS" && cd .libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 61b7cf8..907c647 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -57,5 +57,5 @@ 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 + - test -n "$CFLAGS" && cd .libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy