Skip to content

Commit

Permalink
Relative coverage path.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed May 21, 2019
1 parent fa99351 commit ca969ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca969ab

Please sign in to comment.