Add --gcov-options '\-lp' to coverage
Should result in more accurate header file coverage, see https://github.com/eddyxu/cpp-coveralls/issues/54 Reviewed-by: Kurt Roeckx <kurt@openssl.org>
This commit is contained in:
parent
ad0a0a3a99
commit
cec0a002ff
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ script:
|
|||
|
||||
after_success:
|
||||
- if [ -n "$COVERALLS" ]; then
|
||||
coveralls -b .;
|
||||
coveralls -b . --gcov-options '\-lp';
|
||||
fi;
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue