Skip to content

Commit

Permalink
Update tj-actions/coverage-badge-go action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sgreben committed Sep 19, 2024
1 parent 2fde09f commit 8032921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gocover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go tool cover -func coverage.out -o coverage.out # Replaces coverage.out with the analysis of coverage.out
- name: Go Coverage Badge
uses: tj-actions/coverage-badge-go@v1
uses: tj-actions/coverage-badge-go@v2
if: ${{ runner.os == 'Linux' && matrix.go == '1.23' }} # Runs this on only one of the ci builds.
with:
green: 80
Expand Down

0 comments on commit 8032921

Please sign in to comment.