diff --git a/.github/.testcoverage.yml b/.github/.testcoverage.yml index 3b94d3a..52c030c 100644 --- a/.github/.testcoverage.yml +++ b/.github/.testcoverage.yml @@ -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 \ No newline at end of file