Update codecov/codecov-action action to v3
This commit is contained in:
parent
0c8fc850c7
commit
847687a850
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: gotestsum -- -coverprofile=out/cover.txt -shuffle=on -race -covermode=atomic ./...
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v2
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: out/cover.txt
|
||||
name: kreaper
|
||||
|
|
Reference in a new issue