Skip to content

Commit

Permalink
Removal of golang.org/x/tools/cmd/cover
Browse files Browse the repository at this point in the history
golang.org/x/tools/cmd/cover loading is not needed anymore as it is part of Golang 1.5

See mrkschan/nginxbeat#41
  • Loading branch information
ruflin committed Mar 1, 2016
1 parent 8e90f80 commit 939c7bc
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
- ps: Push-AppveyorArtifact mingw-install.txt
- set PATH=C:\tools\mingw64\bin;%GOROOT%\bin;%PATH%
- set PATH=%GOPATH%\bin;%PATH%
- go get github.com/pierrre/gotestcover golang.org/x/tools/cmd/cover
- go get github.com/pierrre/gotestcover
- set GO15VENDOREXPERIMENT=1
- go version
- go env
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN set -x \
go get \
github.com/pierrre/gotestcover \
github.com/tsg/goautotest \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet

COPY libbeat/scripts/docker-entrypoint.sh /entrypoint.sh
Expand Down
1 change: 0 additions & 1 deletion libbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN set -x \
go get \
github.com/pierrre/gotestcover \
github.com/tsg/goautotest \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet

ENV GO15VENDOREXPERIMENT=1
Expand Down
2 changes: 0 additions & 2 deletions libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ ci:
.PHONY: prepare-tests
prepare-tests:
mkdir -p ${COVERAGE_DIR}
# coverage tools
go get golang.org/x/tools/cmd/cover
# gotestcover is needed to fetch coverage for multiple packages
go get github.com/pierrre/gotestcover

Expand Down
1 change: 0 additions & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN set -x \
go get \
github.com/pierrre/gotestcover \
github.com/tsg/goautotest \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet

# Setup work environment
Expand Down
1 change: 0 additions & 1 deletion packetbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN set -x \
go get \
github.com/pierrre/gotestcover \
github.com/tsg/goautotest \
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet

ENV GO15VENDOREXPERIMENT=1
Expand Down

0 comments on commit 939c7bc

Please sign in to comment.