update badge JSON label to 'tarpaulin-report' for clarity

This commit is contained in:
Palash Tyagi 2025-04-20 02:38:24 +01:00
parent df775bde58
commit 93337d8436

View File

@ -60,7 +60,7 @@ jobs:
# build the badge JSON using the pre-formatted string
jq --arg message "$formatted" \
'{schemaVersion:1,
label:"tarpaulin",
label:"tarpaulin-report",
message:$message,
color:"blue"}' \
tarpaulin-report.json \