Skip to content

Commit a208a47

Browse files
committed
build: escape attribute double quotes
1 parent 04f6b42 commit a208a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/run_tests_coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ main() {
212212
pkg_cov="| $pkg_statements_cov_fraction <br> $cov_change_statements | $pkg_branches_cov_fraction <br> $cov_change_branches | $pkg_functions_cov_fraction <br> $cov_change_functions | $pkg_lines_cov_fraction <br> $cov_change_lines |"
213213

214214
pkg_url="${coverage_base_url}/${pkg}/index.html"
215-
pkg_link="<a href="$pkg_url">$pkg</a>"
215+
pkg_link="<a href=\"$pkg_url\">$pkg</a>"
216216
coverage="$coverage\n| $pkg_link $pkg_cov"
217217

218218
# Copy coverage report of the package to artifacts directory:

0 commit comments

Comments
 (0)