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.*
|
_cgo_export.*
|
||||||
|
|
||||||
_testmain.go
|
_testmain.go
|
||||||
|
coverage.txt
|
||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
|
|
|
@ -11,6 +11,7 @@ env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
after_success:
|
after_success:
|
||||||
- make build-cli
|
- make build-cli
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in New Issue