Skip to content

Commit

Permalink
Move to use Go's built in coverage command
Browse files Browse the repository at this point in the history
  - Go coverage has been pulled in to go 1.5 (https://golang.org/cmd/cover/)
  - Remove fetching Go's coverage tool from code.google.com (deprecated)
  • Loading branch information
sargun committed Nov 13, 2015
1 parent 9a8aa10 commit 232bce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ config.json
mesos-dns
*.gz
VERSION
cov.json
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- go get github.com/alecthomas/gometalinter
- go get github.com/axw/gocov/gocov # https://github.com/golang/go/issues/6909
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- git describe --tags > VERSION
post:
- go install ./...
Expand Down

0 comments on commit 232bce6

Please sign in to comment.