This commit is contained in:
Steffen Schuemann 2021-07-04 16:31:32 +02:00
parent e188a3d2cc
commit ca68861cb4

View File

@ -112,7 +112,7 @@ jobs:
cd build
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:/.*/filesystem/|SF:../|g' coverage.info
# sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
- name: Upload coverage info
if: startsWith(matrix.config.build_type, 'Debug')