update codecov test

This commit is contained in:
Andy Pan 2018-07-15 21:47:53 +08:00
parent 4a1439ac90
commit 9da43e1115
1 changed files with 1 additions and 1 deletions

View File

@ -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)