From 597b0ea0d2dd9cbb40d69a23d8a4c9020e43de6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sat, 21 Jul 2018 13:15:02 +0200 Subject: [PATCH] travis: now I remember why i removed codegov --> it fails on go 1.9: "cannot use test profile flag with multiple packages" It would require a script of some sort to compile all package coverage in the same report --> report are innacurate test in test/ are not accounted for the coverage --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6cb3f217884dcc72f1db19b562f0aac2bb9165e6..6772914ee21e97e71cd5f21cdb67072c6fd00388 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,8 @@ install: script: - make test - - go test -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - - bash <(curl -s https://codecov.io/bash) - gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" deploy: