mirror of
https://github.com/gulrak/filesystem.git
synced 2025-12-07 17:26:39 +08:00
Relative coverage path.
This commit is contained in:
parent
fa99351935
commit
ca969ab341
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user