Skip to content

Commit 55e1bec

Browse files
committed
Upgrade codecov action to v5 and add token
1 parent adbd802 commit 55e1bec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
fi
3737
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: ./coverage.out
4243
flags: unittests
4344
name: codecov-${{ matrix.go-version }}

0 commit comments

Comments
 (0)