mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
stop requiring a cover directory
it is not automatically created. instead, store coverage output in the current directory.
This commit is contained in:
@@ -7,7 +7,7 @@ build-erasure:
|
|||||||
|
|
||||||
|
|
||||||
test: 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
|
install: build-erasure
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ run: all
|
|||||||
minio gateway
|
minio gateway
|
||||||
|
|
||||||
cover: test
|
cover: test
|
||||||
go tool cover -html=cover/cover.out
|
go tool cover -html=cover.out
|
||||||
|
|||||||
Reference in New Issue
Block a user