stop requiring a cover directory

it is not automatically created. instead, store coverage output in the
current directory.
master
Matthew Farrellee 10 years ago
parent fe0e13dd6b
commit 5047c055f6
  1. 4
      Makefile

@ -7,7 +7,7 @@ build-erasure:
test: build-erasure
godep go test -race -coverprofile=cover/cover.out github.com/minio-io/minio
godep go test -race -coverprofile=cover.out github.com/minio-io/minio
install: build-erasure
@ -24,4 +24,4 @@ run: all
minio gateway
cover: test
go tool cover -html=cover/cover.out
go tool cover -html=cover.out

Loading…
Cancel
Save