mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-04 13:39:38 +00:00
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
@ -114,7 +114,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ -n "$COVERALLS" ]; then
|
- if [ -n "$COVERALLS" ]; then
|
||||||
coveralls -b .;
|
coveralls -b . --gcov-options '\-lp';
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user