Skip to content

Commit ca68861

Browse files
committed
wip
1 parent e188a3d commit ca68861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cd build
113113
lcov --compat-libtool --directory . --capture --output-file coverage_output.info
114114
lcov --remove coverage_output.info '/usr/*' '*/c++/*' '*.h' '*/catch.hpp' -o coverage.info
115-
sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
115+
# sed -i 's|SF:/.*/filesystem/|SF:../|g' coverage.info
116116
117117
- name: Upload coverage info
118118
if: startsWith(matrix.config.build_type, 'Debug')

0 commit comments

Comments
 (0)