Skip to content

Commit

Permalink
fix: update goveralls upload to only latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood authored and cep21 committed Jan 19, 2024
1 parent cd576eb commit 2858fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
run: go test -v -covermode=count -coverprofile=coverage.out ./...
- name: upload coverage
uses: shogo82148/actions-goveralls@v1
if: github.ref == 'refs/heads/main' && github.event_name == 'push' && matrix.go-version == '1.21.x'
with:
path-to-profile: coverage.out

0 comments on commit 2858fe0

Please sign in to comment.