Skip to content

Commit

Permalink
Merge pull request #22 from devnw/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5.0.7

Bump codecov/codecov-action from 3.1.4 to 5.0.7
  • Loading branch information
benjivesterby authored Nov 21, 2024
2 parents 8281e60 + 7728342 commit 4d20613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Test
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Push Coverage to codecov.io
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit 4d20613

Please sign in to comment.