File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ jobs:
836
836
# Update source code paths from macOS tracefiles to match Linux.
837
837
sed -i -Ee 's|^SF:/Users|SF:/home|' artifacts/*.macos-*/**/coverage.info
838
838
# Update source code paths from Windows tracefiles to match Linux, and remove all \r chars from line endings.
839
- sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:D :/a|SF:/home/runner/work|' artifacts/*.win*/**/coverage.info
839
+ sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:[CD] :/a|SF:/home/runner/work|' artifacts/*.win*/**/coverage.info
840
840
# Combine all tracefiles into one. Note, ignoring inconsistencies between Clang and GCC reports :|
841
841
lcov --ignore-errors inconsistent $(find artifacts -name '*.info' -type f -printf '-a %p\n') -o coverage.info
842
842
# Generate the HTML report. Note, ignoring inconsistencies between Clang and GCC reports :|
You can’t perform that action at this time.
0 commit comments