mirror of
https://github.com/hibiken/asynq.git
synced 2025-02-23 04:10:17 +08:00
Update travis.yml to upload coverage report to codecov
This commit is contained in:
parent
b44908fefd
commit
8540172306
@ -5,8 +5,10 @@ git:
|
|||||||
env:
|
env:
|
||||||
- GO111MODULE=on # go modules are the default
|
- GO111MODULE=on # go modules are the default
|
||||||
go: [1.12.x, 1.13.x]
|
go: [1.12.x, 1.13.x]
|
||||||
gobuild_args: -race -v
|
script:
|
||||||
|
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
after_success:
|
after_success:
|
||||||
- bash ./.travis/benchcmp.sh
|
- bash ./.travis/benchcmp.sh
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user