Skip to content

Commit 6af68eb

Browse files
authored
Merge pull request #44 from fenio/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5.3.1
2 parents 2a83ccb + 3cee80b commit 6af68eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go test -v -coverprofile=coverage.out ./...
3838
3939
- name: Upload coverage reports to Codecov
40-
uses: codecov/[email protected].0
40+
uses: codecov/[email protected].1
4141
with:
4242
files: ./coverage.out
4343
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)