提交 cec0a002 编写于 作者: E Emilia Kasper

Add --gcov-options '\-lp' to coverage

Should result in more accurate header file coverage, see
https://github.com/eddyxu/cpp-coveralls/issues/54Reviewed-by: NKurt Roeckx <kurt@openssl.org>
上级 ad0a0a3a
......@@ -114,7 +114,7 @@ script:
after_success:
- if [ -n "$COVERALLS" ]; then
coveralls -b .;
coveralls -b . --gcov-options '\-lp';
fi;
notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册