Add coverage information for this repository
This commit is contained in:
parent
44f3354729
commit
6a19dfa324
@ -46,3 +46,4 @@ script:
|
|||||||
- gocyclo -over 19 $GO_FILES # forbid code with huge functions
|
- gocyclo -over 19 $GO_FILES # forbid code with huge functions
|
||||||
- golint -set_exit_status $(go list ./...) # one last linter
|
- golint -set_exit_status $(go list ./...) # one last linter
|
||||||
- codecoroner -ignore components funcs ./... # dead code analysis
|
- codecoroner -ignore components funcs ./... # dead code analysis
|
||||||
|
- curl -s https://codecov.io/bash
|
Loading…
Reference in New Issue
Block a user