Merge pull request #13 from torrentclaw/dependabot/github_actions/codecov/codecov-action-6
ci(deps): bump codecov/codecov-action from 5 to 6
This commit is contained in:
commit
b8bc4bcca5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
files: ./coverage.out
|
||||
fail_ci_if_error: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue