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
This commit is contained in:
Michael Muré 2018-07-21 13:15:02 +02:00
parent 90ccc94a0e
commit 597b0ea0d2
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -12,10 +12,8 @@ install:
script: script:
- make test - make test
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash)
- gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" - gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
deploy: deploy: