Update go.yml

This commit is contained in:
bjdgyc 2021-02-02 20:42:08 +08:00 committed by GitHub
parent 62f30c05ff
commit fa5a58e98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@ jobs:
- name: Test
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)