We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e188a3d commit ca68861Copy full SHA for ca68861
.github/workflows/build_cmake.yml
@@ -112,7 +112,7 @@ jobs:
112
cd build
113
lcov --compat-libtool --directory . --capture --output-file coverage_output.info
114
lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info
115
- sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
+ # sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
116
117
- name: Upload coverage info
118
if: startsWith(matrix.config.build_type, 'Debug')
0 commit comments