mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
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:
parent
90ccc94a0e
commit
597b0ea0d2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user