Skip to content

Commit

Permalink
Fix code coverage badge
Browse files Browse the repository at this point in the history
Apparently img.shields.io can't parse a badge with a percent in it,
possibly due to URL encoding shenanigans?
  • Loading branch information
Notgnoshi committed Dec 25, 2024
1 parent b86a38a commit 3efe0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
gistID: b20aa388c90ca92aba6aa37ec55a7f12
filename: herostratus-coverage.json
label: Code Coverage
message: "${{ env.COVERAGE_PERCENT }}%"
message: ${{ env.COVERAGE_PERCENT }}
valColorRange: ${{ env.COVERAGE_PERCENT }}
minColorRange: 60
maxColorRange: 95

0 comments on commit 3efe0f6

Please sign in to comment.