From 6a19dfa324e2dce638d787a978e50b74d8c1b9c6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 4 Mar 2019 17:42:55 +0900 Subject: [PATCH] Add coverage information for this repository --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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