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:
parent
e3713c365c
commit
21c2154239
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue