Update go.yml

This commit is contained in:
bjdgyc
2021-02-02 20:42:08 +08:00
committed by GitHub
parent 62f30c05ff
commit fa5a58e98d

View File

@@ -31,3 +31,9 @@ jobs:
- name: Test - name: Test
run: go test -v . run: go test -v .
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)