Add test in State.

This commit is contained in:
Naoki Kosaka
2018-12-23 20:59:31 +09:00
parent a9233468f2
commit b01956bd41
2 changed files with 191 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
command: |
go get -u github.com/golang/dep/cmd/dep
dep ensure
go test -coverprofile=coverage.txt -covermode=atomic -p 1 . ./worker ./cli
go test -coverprofile=coverage.txt -covermode=atomic -p 1 . ./worker ./cli ./State
bash <(curl -s https://codecov.io/bash)
docker:
docker: