Skip to content

Commit

Permalink
ci: fix coverage badge workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk authored Nov 20, 2024
1 parent 06fd74e commit 8df9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
result-type: lines
gist-token: ${{ secrets.RELEASE_PLEASE_TOKEN }} # if you want to upload badge to gist
gist-url: https://gist.github.com/dirkluijk/db6fbd0d0d4c138655a89386c5bdbe41
upload-badge: ${{ github.base_ref == 'refs/heads/main' }}
upload-badge: ${{ github.ref == 'refs/heads/main' }}
badge-text: 'coverage'

0 comments on commit 8df9db3

Please sign in to comment.