Commit 21c21542 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add branch coverage to coveralls statistics



Fixes #4444

[extended tests]

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4447)
parent e3713c36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: