From: Michael Wallner Date: Wed, 14 Sep 2016 19:31:25 +0000 (+0200) Subject: anothertry X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=4889271cdaeaf8dc4445523d04b8d95779b13af9;hp=28e3c60b50fa25f459ed6255298483f6210cc317 anothertry --- diff --git a/.gitignore b/.gitignore index 348538c..4f36007 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ php_http_url.h php_http_utf8.h php_http_version.h >>>>>>> v2.6.x +*.gcov diff --git a/.travis.yml b/.travis.yml index 42049e6..cfc947a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: env: # once with gcov - - CFLAGS="-O0 -fprofile-arcs -ftest-coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes + - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes before_script: - make -f travis/pecl/Makefile php @@ -27,7 +27,7 @@ script: after_script: - test -e tests/helper/server.log && cat tests/helper/server.log after_success: - - test -n "$CFLAGS" && gcov -pb src/.libs/*.o && bash <(curl -s https://codecov.io/bash) -X gcov -X xcode -X coveragepy + - test -n "$CFLAGS" && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy sudo: false notifications: diff --git a/travis/pecl b/travis/pecl index 23c2876..2d06b8b 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 23c2876aaa0808bcfedc1c5c30da6e8234341a13 +Subproject commit 2d06b8b6eba14eb26f4e6b5d0eac19569ef1611c