mirror of https://github.com/bjdgyc/anylink.git
Update go.yml
This commit is contained in:
parent
62f30c05ff
commit
fa5a58e98d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue