mirror of https://github.com/bjdgyc/anylink.git
Update go.yml
This commit is contained in:
parent
fa5a58e98d
commit
d40b753871
|
@ -28,12 +28,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
||||||
- name: Test
|
|
||||||
run: go test -v .
|
|
||||||
|
|
||||||
- name: Run coverage
|
- name: Test coverage
|
||||||
run: go test -race -coverprofile=coverage.txt -covermode=atomic
|
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Reference in New Issue