Skip to content

Commit 0f2dc9b

Browse files
committed
Fix badge
1 parent 419a5da commit 0f2dc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
else
6262
COLOUR="red"
6363
fi
64-
curl -s "https://img.shields.io/badge/coverage-${PCT}%25-${COLOUR}" -o ./resources/img/coverage-badge.svg
64+
curl -s "https://img.shields.io/badge/Coverage-${PCT}%25-${COLOUR}" -o ./resources/img/coverage-badge.svg
6565
6666
- name: Generate LoC badge
6767
run: |

0 commit comments

Comments
 (0)