Add codecov for minio. (#2359)

This commit is contained in:
Harshavardhana
2016-08-04 16:48:50 -07:00
committed by GitHub
parent e783d77c3d
commit 90c20a8c11
6 changed files with 26 additions and 5 deletions

View File

@@ -109,6 +109,10 @@ test: build
@GO15VENDOREXPERIMENT=1 go test $(GOFLAGS) .
@GO15VENDOREXPERIMENT=1 go test $(GOFLAGS) github.com/minio/minio/pkg...
coverage: build
@echo "Running all coverage for minio:"
@GO15VENDOREXPERIMENT=1 ./buildscripts/go-coverage.sh
gomake-all: build
@echo "Installing minio:"
@GO15VENDOREXPERIMENT=1 go build --ldflags $(BUILD_LDFLAGS) -o $(GOPATH)/bin/minio