projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
61d1591
)
manually run gcov
author
Michael Wallner
<mike@php.net>
Wed, 14 Sep 2016 17:39:50 +0000
(19:39 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 14 Sep 2016 17:39:50 +0000
(19:39 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index bd6738f6e50b4ac09e39d6e768e6b1a281ad86ab..42049e658b365ad0a1f488f7850610940acbfe4d 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-27,7
+27,7
@@
script:
after_script:
- test -e tests/helper/server.log && cat tests/helper/server.log
after_success:
- - test -n "$CFLAGS" &&
bash <(curl -s https://codecov.io/bash) -g "travis/*"
-X xcode -X coveragepy
+ - test -n "$CFLAGS" &&
gcov -pb src/.libs/*.o && bash <(curl -s https://codecov.io/bash) -X gcov
-X xcode -X coveragepy
sudo: false
notifications: