Merge pull request #4 from baez90/renovate/codecov-codecov-action-3.x

Update codecov/codecov-action action to v3
This commit is contained in:
Peter 2022-04-14 19:22:31 +02:00 committed by GitHub
commit 0792579a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
run: gotestsum -- -coverprofile=out/cover.txt -shuffle=on -race -covermode=atomic ./... run: gotestsum -- -coverprofile=out/cover.txt -shuffle=on -race -covermode=atomic ./...
- name: Upload coverage report - name: Upload coverage report
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
with: with:
files: out/cover.txt files: out/cover.txt
name: kreaper name: kreaper