diff --git a/.travis.yml b/.travis.yml index 4f8af52c..3511d253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,5 @@ script: - megacheck ./... # "go vet on steroids" + linter - gocyclo -over 19 $GO_FILES # forbid code with huge functions - golint -set_exit_status $(go list ./...) # one last linter - - codecoroner -ignore components funcs ./... # dead code analysis \ No newline at end of file + - codecoroner -ignore components funcs ./... # dead code analysis + - curl -s https://codecov.io/bash \ No newline at end of file