Skip to content

Commit

Permalink
add coverage badge generation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 25, 2024
1 parent 3647c38 commit fa4d497
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/.testcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ threshold:
package: 50
total: 80

local:
prefix: github.com/joshraphael/go-retroachievements

git:
token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
branch: badges

exclude:
paths:
- ^examples

0 comments on commit fa4d497

Please sign in to comment.