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