use seperate script (#346)

This commit is contained in:
Minghe
2019-11-12 09:42:18 +08:00
committed by GitHub
parent 48413abaa1
commit 294131b48f

View File

@@ -43,7 +43,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
./scripts/coverage.sh
bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
- name: build fx