chore: fix codecov (#4043)

This commit is contained in:
Kevin Wan
2024-04-05 00:43:38 +08:00
committed by GitHub
parent 6c8073b691
commit b5b7c054ca

View File

@@ -40,7 +40,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}