mirror of https://github.com/panjf2000/ants.git
update codecov test
This commit is contained in:
parent
4a1439ac90
commit
9da43e1115
|
@ -11,7 +11,7 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
- go test -bench=. -benchmem=true -run=none ./...
|
# - go test -bench=. -benchmem=true -run=none ./...
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue