Skip to content

Commit ecc9ca8

Browse files
authored
fix Codecov upload action (#49)
1 parent 08da081 commit ecc9ca8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
run: go test -race -cover -coverprofile=coverage.out -covermode=atomic
5353

5454
- name: Codecov
55-
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
56-
with:
57-
file: ./coverage.out
55+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
5856

5957
GolangCI-Lint:
6058
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)