From 169fac827447b416050504190ab9dc3bbc0ce823 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Tue, 21 May 2019 08:23:05 +0200 Subject: [PATCH] Cleanup coverage paths. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6d9cecc..608a669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,5 +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 coveralls-lcov coverage.info fi