diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-21 13:15:02 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-04 12:39:12 +0200 |
commit | 597b0ea0d2dd9cbb40d69a23d8a4c9020e43de6a (patch) | |
tree | fe989a1a68b7fb577419d01d67ec33dd455e0d4a | |
parent | 90ccc94a0ee96a90ffe0de2fbaabe81f8ae26904 (diff) | |
download | git-bug-597b0ea0d2dd9cbb40d69a23d8a4c9020e43de6a.tar.gz |
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
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6cb3f217..6772914e 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: |