From 1176197259f6cff62a9b2ee3e0523a0674c77537 Mon Sep 17 00:00:00 2001 From: Niall Sheridan <nsheridan@gmail.com> Date: Sat, 3 Sep 2016 19:46:06 +0100 Subject: [PATCH] Add codecov --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6cd64e09..834bfb94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,6 @@ script: - gofmt -d $(find -type f -name '*.go' -not -path './vendor/*') - go list ./... |grep -v vendor/ |xargs go vet - go list ./... |grep -v vendor/ |xargs -L1 golint -set_exit_status + +after_success: + - bash <(curl -s https://codecov.io/bash) -- GitLab