Add branch coverage to coveralls statistics

Fixes #4444

[extended tests]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4447)
This commit is contained in:
Richard Levitte 2017-09-30 19:39:39 +02:00
parent e3713c365c
commit 21c2154239

View file

@ -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: