From 21c215423954e72ee0a8d6bcb813c45e166d4776 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 30 Sep 2017 19:39:39 +0200 Subject: [PATCH] Add branch coverage to coveralls statistics Fixes #4444 [extended tests] Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4447) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1