Skip to content

Commit

Permalink
testing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte committed Nov 1, 2024
1 parent c3fa86f commit 353c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
local-prefix: github.com/org/project
threshold-file: 80
threshold-package: 80
threshold-total: 95
threshold-total: 80
## when token is not specified (value '') this feature is turned off
## in this example badge is created and committed only for main branch
git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
Expand Down

0 comments on commit 353c1f2

Please sign in to comment.