Skip to content

Commit

Permalink
Merge pull request #31 from luissimas/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5.1.1

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.1.1
  • Loading branch information
luissimas authored Dec 19, 2024
2 parents 5007b20 + bec8b11 commit 5c3442b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test
run: go test -v -race -shuffle=on -coverprofile=coverage.txt ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.txt

0 comments on commit 5c3442b

Please sign in to comment.