projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0a0a3
)
Add --gcov-options '\-lp' to coverage
author
Emilia Kasper
<emilia@openssl.org>
Fri, 5 Aug 2016 09:33:48 +0000
(11:33 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Fri, 5 Aug 2016 16:01:39 +0000
(18:01 +0200)
Should result in more accurate header file coverage, see
https://github.com/eddyxu/cpp-coveralls/issues/54
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 8e98850148abd0339a9ea38f528507cb08689a5a..cd8589f9cc544f09594566f02304bf1c0314a3b3 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-114,7
+114,7
@@
script:
after_success:
- if [ -n "$COVERALLS" ]; then
- coveralls -b .;
+ coveralls -b .
--gcov-options '\-lp'
;
fi;
notifications: