add cover for test
This commit is contained in:
parent
5e94eb642e
commit
d8754bfb9d
@ -5,7 +5,7 @@ go:
|
||||
|
||||
install: true
|
||||
script:
|
||||
- env GO111MODULE=on go test -race -v
|
||||
- env GO111MODULE=on go test -race -v -coverprofile=coverage.txt -covermode=atomic
|
||||
- cd cmd/gost && env GO111MODULE=on go build
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user