Skip to content

Commit

Permalink
Support LCOV v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 1, 2024
1 parent 4a5ee84 commit 3c5d461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/removeHtmlDates.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ set -o errexit -o noclobber -o nounset -o pipefail
while IFS= read -d '' -r htmlFile; do
sed -Ei \
-e '/headerItem">Test:</{s/>.*:/>Project:/;n;s/>.*</>${PROJECT_NAME}</}' \
-e '/headerItem">Date:</{s/>.*:/>Version:/;n;s/>.*</>${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}</}' \
-e '/headerItem">(Test )?Date:</{s/>.*:/>Version:/;n;s/>.*</>${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}</}' \
"$htmlFile" < /dev/null
done < <(find '${PROJECT_BINARY_DIR}/coverage/' -name '*.html' -print0)

0 comments on commit 3c5d461

Please sign in to comment.