[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Oct 16 04:26:40 UTC 2017
The branch master has been updated
via 21c215423954e72ee0a8d6bcb813c45e166d4776 (commit)
from e3713c365c2657236439fea00822a43aa396d112 (commit)
- Log -----------------------------------------------------------------
commit 21c215423954e72ee0a8d6bcb813c45e166d4776
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Sep 30 19:39:39 2017 +0200
Add branch coverage to coveralls statistics
Fixes #4444
[extended tests]
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4447)
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f74714a..d61fd9c 100644
--- 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 '\-lpbc';
fi;
notifications:
More information about the openssl-commits
mailing list