From b1f036a21f653ae2de5821f25f5a64e0e95c749d Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Tue, 8 Jan 2019 18:49:53 -0800 Subject: [PATCH] ci: attempt to enable codecov.io (#28) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b090c95..3689dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ script: - go test -bench . ./... - ./script/coverage - ./script/lint +after_success: +- bash <(curl -s https://codecov.io/bash) -f all.coverprofile