Skip to content

Commit

Permalink
Update test_coverage_badge.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbilan authored Dec 29, 2024
1 parent c243753 commit ab96187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_coverage_badge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ fi
echo "<svg xmlns='http://www.w3.org/2000/svg' width='120' height='20'>
<rect width='60' height='20' fill='#555'/>
<rect x='60' width='60' height='20' fill='#${COLOR}'/>
<text x='30' y='14' fill='#fff' font-family='Verdana' font-size='11' text-anchor='middle'>coverage</text>
<text x='30' y='14' fill='#fff' font-family='Verdana' font-size='11' text-anchor='middle'>Test Coverage</text>
<text x='90' y='14' fill='#fff' font-family='Verdana' font-size='11' text-anchor='middle'>${COVERAGE}%</text>
</svg>" > .badges/test_coverage.svg

0 comments on commit ab96187

Please sign in to comment.