aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-08-05 11:33:48 +0200
committerEmilia Kasper <emilia@openssl.org>2016-08-05 18:01:39 +0200
commitcec0a002ffebda5040f9a00ad0f67fbfad53b80f (patch)
tree27a0bf85308f1e2547c552baab9d245ce76cd5be /.travis.yml
parentad0a0a3a99828f1be722053ee6327813a6f6d789 (diff)
downloadopenssl-cec0a002ffebda5040f9a00ad0f67fbfad53b80f.tar.gz
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: