The branch master has been updated
       via  21c215423954e72ee0a8d6bcb813c45e166d4776 (commit)
      from  e3713c365c2657236439fea00822a43aa396d112 (commit)


- Log -----------------------------------------------------------------
commit 21c215423954e72ee0a8d6bcb813c45e166d4776
Author: Richard Levitte <[email protected]>
Date:   Sat Sep 30 19:39:39 2017 +0200

    Add branch coverage to coveralls statistics
    
    Fixes #4444
    
    [extended tests]
    
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4447)

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f74714a..d61fd9c 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:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to