From: Richard Levitte Date: Sat, 30 Sep 2017 17:39:39 +0000 (+0200) Subject: Add branch coverage to coveralls statistics X-Git-Tag: OpenSSL_1_1_1-pre1~551 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=21c215423954e72ee0a8d6bcb813c45e166d4776;ds=sidebyside Add branch coverage to coveralls statistics Fixes #4444 [extended tests] Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4447) --- diff --git a/.travis.yml b/.travis.yml index f74714abd0..d61fd9cefb 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: