fix codecov
authorMichael Wallner <mike@php.net>
Tue, 6 Mar 2018 16:45:00 +0000 (17:45 +0100)
committerMichael Wallner <mike@php.net>
Tue, 6 Mar 2018 16:45:00 +0000 (17:45 +0100)
.travis.yml
gen_travis_yml.php

index 27f9454510a76984044c4b87ebd675c9751655ef..715647ec98fbfde7409a537448e0fc06a6706157 100644 (file)
@@ -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
index f196b48a22d683294a5ac56d5ff09b614caa08e3..dd0d914c3212bd8066fa23febce6e2ef0e4adaf8 100755 (executable)
@@ -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