We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
removeHtmlDates.sh
1 parent 42aa7f8 commit 552d5b9Copy full SHA for 552d5b9
.github/workflows/build.yaml
@@ -610,7 +610,7 @@ jobs:
610
echo 'genhtml_sort = 0' >> ~/.lcovrc
611
genhtml --output-directory coverage coverage.info
612
# Can use any of the removeHtmlDates.sh scripts here, so the Ubuntu GCC Qt6 job's version will do.
613
- /usr/bin/env bash ./artifacts/test-results-*.gcc.qt-6/removeHtmlDates.sh
+ /usr/bin/env bash ./artifacts/coverage/test-results-*.gcc.qt-6/removeHtmlDates.sh
614
# Remove build numbers from pre-releases, and remove extra build info (such as ".linux.x86-64.gcc.qt-6")
615
# from all releases, since this coverage report is an aggregation of many build hosts.
616
sed -i -Ee 's/(headerValue">([0-9]+\.){2}[0-9]+)(((-pre)\+[0-9]+)|(\+[0-9]+))\..*</\1\5\6</' \
0 commit comments