We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ee302 commit 7ba6bedCopy full SHA for 7ba6bed
.github/workflows/update-coverage-badge.yaml
@@ -71,6 +71,8 @@ jobs:
71
72
- name: Update README.md with Coverage Badge
73
if: github.event_name != 'pull_request'
74
+ env:
75
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
run: |
77
# Create the shields.io URL with the coverage data
78
BADGE_URL="https://img.shields.io/badge/coverage-${{ steps.coverage.outputs.percentage }}%25-${{ steps.coverage.outputs.color }}"
0 commit comments