Skip to content

Commit 100f14a

Browse files
committed
upd codecov actions
1 parent 462ffb0 commit 100f14a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: go test -v -run TestAll -coverprofile=coverage.out -covermode=atomic
2929

3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
33-
file: ./coverage.out
33+
files: ./coverage.out
3434
flags: unittests
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)