diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 696a39a41..7b92933b5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -650,7 +650,7 @@ jobs: # Update source code paths from macOS tracefiles to match Linux. sed -i -Ee 's|^SF:/Users|SF:/home|' artifacts/*.macos-*/**/coverage.info # Update source code paths from Windows tracefiles to match Linux, and remove all \r chars from line endings. - sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:D:/a|SF:/home/runner/work|' artifacts/*.win.*/**/coverage.info + #sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:D:/a|SF:/home/runner/work|' artifacts/*.win.*/**/coverage.info # Combine all tracefiles into one. lcov $(find artifacts -name '*.info' -type f -printf '-a %p\n') -o coverage.info # Generate the HTML report.