update codecov settings

This commit is contained in:
kevin
2020-08-15 15:11:55 +08:00
parent 489980ea0f
commit f294090130
4 changed files with 8 additions and 31 deletions

View File

@@ -28,3 +28,8 @@ jobs:
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v1.0.6
with:
token: ${{secrets.CODECOV_TOKEN}}