chore: fix codecov (#4044)

This commit is contained in:
Kevin Wan
2024-04-05 00:53:13 +08:00
committed by GitHub
parent b5b7c054ca
commit c5eda1f155

View File

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