From 29da4f48de38eecdfd96f5523d0af424344898cd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 6 Mar 2018 17:45:00 +0100 Subject: [PATCH] fix codecov --- .travis.yml | 2 +- gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27f9454..715647e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,4 +41,4 @@ 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 f196b48..dd0d914 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -60,4 +60,4 @@ 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 -- 2.30.2