mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +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:
|
||||
- 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:
|
||||
|
Loading…
Reference in New Issue
Block a user