[Bug]: Badge Display Issue with Branch Names Containing URL-Unsafe Characters #32
Closed
3 tasks done
Labels
bug
Something isn't working
What happened?
The issue arises when a branch name includes URL-unsafe characters, such as the hashtag (
#
). In these cases, the badge fails to display properly.Steps to Reproduce:
AddNewFeature#1
).coverage-action
workflowAdditional Information:
I was able to display the badge correctly by manually changing the URL to encode the '#' character. For example, changing the URL from this:
![badge](<RepositoryName>/_xml_coverage_reports/data/AddNewFeature#1/badge.svg)
To this:
![badge](<RepositoryName>/_xml_coverage_reports/data/AddNewFeature%231/badge.svg)
This modification allowed the badge to be displayed as intended.
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: