Skip to content

Custom badge caption #493

Answered by danielpalme
YounesCheikh asked this question in Q&A
Discussion options

You must be logged in to vote

There is no way to customize the caption.
But if you add a little Powershell command to your build pipeline, you can change the caption yourself:

(gc "badge_combined.svg") | % { $_ -replace "Coverage", "main" } | Out-File "badge_combined.svg" -Encoding UTF8

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YounesCheikh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants