Skip to content

Commit 685bcd7

Browse files
Merge pull request #20 from evilmonkeyinc/renovate/codecov-codecov-action-3.x
chore(deps): update codecov/codecov-action action to v3
2 parents baccb64 + e8a9136 commit 685bcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
go test -v -coverprofile=coverage.txt -covermode=atomic -count=10 ./...
2121
- name: Upload coverage to Codecov
22-
uses: codecov/codecov-action@v2
22+
uses: codecov/codecov-action@v3
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525
files: ./coverage.txt

0 commit comments

Comments
 (0)