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:
Emilia Kasper 2016-08-05 11:33:48 +02:00
parent ad0a0a3a99
commit cec0a002ff

View file

@ -114,7 +114,7 @@ script:
after_success:
- if [ -n "$COVERALLS" ]; then
coveralls -b .;
coveralls -b . --gcov-options '\-lp';
fi;
notifications: