Skip to content

Commit

Permalink
Add branch coverage to coveralls statistics
Browse files Browse the repository at this point in the history
Fixes openssl#4444

[extended tests]
  • Loading branch information
levitte committed Sep 30, 2017
1 parent 7966101 commit b01dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b01dec8

Please sign in to comment.