Commit cec0a002 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

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: default avatarKurt Roeckx <kurt@openssl.org>
parent ad0a0a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ script:

after_success:
    - if [ -n "$COVERALLS" ]; then
          coveralls -b .;
          coveralls -b . --gcov-options '\-lp';
      fi;

notifications: