File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -812,14 +812,14 @@ jobs:
812
812
# Update source code paths from macOS tracefiles to match Linux.
813
813
sed -i -Ee 's|^SF:/Users|SF:/home|' artifacts/*.macos-*/**/coverage.info
814
814
# Update source code paths from Windows tracefiles to match Linux, and remove all \r chars from line endings.
815
- sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:D:/a|SF:/home/runner/work|' artifacts/*.win. */**/coverage.info
815
+ sed -i -Ee 's|\r$||' -e 's|\\|/|g' -e 's|^SF:D:/a|SF:/home/runner/work|' artifacts/*.win*/**/coverage.info
816
816
# Combine all tracefiles into one. Note, ignoring inconsistencies between Clang and GCC reports :|
817
817
lcov --ignore-errors inconsistent $(find artifacts -name '*.info' -type f -printf '-a %p\n') -o coverage.info
818
818
# Generate the HTML report. Note, ignoring inconsistencies between Clang and GCC reports :|
819
819
genhtml --demangle-cpp --ignore-errors inconsistent --no-sort --output-directory coverage coverage.info
820
820
# Can use any of the removeHtmlDates.sh scripts here, so the Ubuntu x86-64 GCC Qt6 job's version will do.
821
- /usr/bin/env bash ./artifacts/test-results-*.x86-64.gcc.qt-6/coverage/removeHtmlDates.sh coverage
822
- # Remove build numbers from pre-releases, and remove extra build info (such as ".linux.x86-64.gcc.qt-6")
821
+ /usr/bin/env bash ./artifacts/test-results-*.linux.24.04. x86-64.gcc.qt-6/coverage/removeHtmlDates.sh coverage
822
+ # Remove build numbers from pre-releases, and remove extra build info (such as ".linux.24.04. x86-64.gcc.qt-6")
823
823
# from all releases, since this coverage report is an aggregation of many build hosts.
824
824
sed -i -Ee 's/(headerValue">([0-9]+\.){2}[0-9]+)(((-pre)\+[0-9]+)|(\+[0-9]+))\..*</\1\5\6</' \
825
825
coverage/**/*.html
You can’t perform that action at this time.
0 commit comments