fix ci script

This commit is contained in:
kevin 2020-08-26 14:59:04 +08:00
parent fe2252184a
commit c575fa7f95

View File

@ -27,7 +27,7 @@ jobs:
go get -v -t -d ./...
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... | grep -v "[no test files]"
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov
uses: codecov/codecov-action@v1.0.6