Skip to content

Commit d9709f6

Browse files
codecov
1 parent 59bc95a commit d9709f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
run: go tool cover -func=coverage.out
5858

5959
- name: Upload coverage to Codecov
60-
uses: codecov/codecov-action@v4
60+
uses: codecov/codecov-action@v5
6161
with:
62-
file: ./coverage.out
62+
token: ${{ secrets.CODECOV_TOKEN }}
6363
flags: unittests
6464
name: codecov-umbrella
6565
fail_ci_if_error: false

0 commit comments

Comments
 (0)