Skip to content

Commit

Permalink
Added coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 22, 2024
1 parent 295ea8e commit efcf5b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ jobs:
threshold-file: 0
threshold-package: 0
threshold-total: 60
git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
git-branch: badges

# git checkout --orphan badges
# git rm -rf .
# rm -f .gitignore
# echo '# Badges' > README.md
# git add README.md
# git commit -m 'init'
# git push origin badges

goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit efcf5b3

Please sign in to comment.