From 0d649346b4f93e47dfac7a2ff66294d6ab095e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 25 Jul 2018 23:49:14 +0200 Subject: [PATCH] travis: add codegov hook --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d5f7f8ded1d008f7e73f121f08eb77cec40c7e9c..0025f29e4ef8247e9492c4143c91e54245d269bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,7 @@ install: script: - make test + - go test -race -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash)