From ca969ab341a078b594667653a8b5411f0270a2d8 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Tue, 21 May 2019 09:06:44 +0200 Subject: [PATCH] Relative coverage path. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 608a669..ebe3a68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,6 @@ after_success: if [ "${GHC_COVERAGE}" = "1" ]; then lcov --compat-libtool --directory . --capture --output-file coverage_output.info lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info - sed -i 's|SF:/.*/|SF:|g' coverage.info + sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info coveralls-lcov coverage.info fi