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:
e3713c3
)
Add branch coverage to coveralls statistics
author
Richard Levitte
<levitte@openssl.org>
Sat, 30 Sep 2017 17:39:39 +0000
(19:39 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 16 Oct 2017 04:26:30 +0000
(06:26 +0200)
Fixes #4444
[extended tests]
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4447)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index f74714abd049a694411923f6600ee1c0f93b9bc1..d61fd9cefb751d3630dc670e0401e2bf6c51799f 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-215,7
+215,7
@@
script:
after_success:
- if [ -n "$COVERALLS" ]; then
- coveralls -b . --gcov gcov-5 --gcov-options '\-lp';
+ coveralls -b . --gcov gcov-5 --gcov-options '\-lp
bc
';
fi;
notifications: