diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 8b028af..c1a22f9 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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')