forked from mirror/enumer
Getting coverage setup
This commit is contained in:
parent
cff78b5241
commit
5dff465061
|
@ -20,7 +20,7 @@ _cgo_gotypes.go
|
|||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
coverage.txt
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
|
|
@ -11,6 +11,7 @@ env:
|
|||
- GO111MODULE=on
|
||||
after_success:
|
||||
- make build-cli
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
Loading…
Reference in New Issue