From cf94f973803f574e0992d8bd7c2dc892e3816aa9 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 26 Sep 2017 22:17:19 +0300 Subject: [PATCH] Add an experimental integration with Codecov --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index bc1ed14..22f18fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,9 @@ language: go go: - 1.9 + +script: + - go test -race -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash)