Skip to content

Commit aee1074

Browse files
committed
fix codecov
1 parent 59e0272 commit aee1074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
- name: Run tests
2020
run: go test -race -coverprofile coverage.txt -covermode atomic ./...
2121
- name: Upload coverage to Codecov
22-
uses: codecov/codecov-action@v3
22+
uses: codecov/codecov-action@v5
2323
with:
2424
env_vars: OS,GO
2525
flags: unittests
2626
fail_ci_if_error: true
2727
files: ./coverage.txt
2828
verbose: true
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)