Skip to content

Commit 552d5b9

Browse files
committed
Correct the path to the removeHtmlDates.sh script
1 parent 42aa7f8 commit 552d5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ jobs:
610610
echo 'genhtml_sort = 0' >> ~/.lcovrc
611611
genhtml --output-directory coverage coverage.info
612612
# 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
613+
/usr/bin/env bash ./artifacts/coverage/test-results-*.gcc.qt-6/removeHtmlDates.sh
614614
# Remove build numbers from pre-releases, and remove extra build info (such as ".linux.x86-64.gcc.qt-6")
615615
# from all releases, since this coverage report is an aggregation of many build hosts.
616616
sed -i -Ee 's/(headerValue">([0-9]+\.){2}[0-9]+)(((-pre)\+[0-9]+)|(\+[0-9]+))\..*</\1\5\6</' \

0 commit comments

Comments
 (0)