From: Emilia Kasper Date: Fri, 5 Aug 2016 09:33:48 +0000 (+0200) Subject: Add --gcov-options '\-lp' to coverage X-Git-Tag: OpenSSL_1_1_0~262 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cec0a002ffebda5040f9a00ad0f67fbfad53b80f;p=oweals%2Fopenssl.git 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 --- diff --git a/.travis.yml b/.travis.yml index 8e98850148..cd8589f9cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,7 +114,7 @@ script: after_success: - if [ -n "$COVERALLS" ]; then - coveralls -b .; + coveralls -b . --gcov-options '\-lp'; fi; notifications: