mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-09 07:33:47 +00:00
Fix README for coverage information
This commit is contained in:
@@ -3,9 +3,14 @@ language: go
|
||||
go: 1.4
|
||||
script:
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get github.com/modocache/gover
|
||||
- go get github.com/cloudflare/redoctober
|
||||
- go test github.com/cloudflare/redoctober...
|
||||
- go vet github.com/cloudflare/redoctober...
|
||||
- go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ./... | xargs -i sh -c {}
|
||||
- gover . coverprofile.txt
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash) -f coverprofile.txt
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
||||
@@ -7,7 +7,7 @@ encryption and decryption server.
|
||||
|
||||
## Building
|
||||
|
||||
[](https://travis-ci.org/cloudflare/redoctober) [](https://drone.io/github.com/cloudflare/redoctober/latest)
|
||||
[](https://travis-ci.org/cloudflare/redoctober) [](https://drone.io/github.com/cloudflare/redoctober/latest)[](http://codecov.io/github/cloudflare/redoctober?branch=master)
|
||||
|
||||
This project requires [Go 1.2](http://golang.org/doc/install#download)
|
||||
or later to compile. Verify your go version by running `go version`:
|
||||
|
||||
Reference in New Issue
Block a user