mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Enable cover profile and test for split and strbyteconv
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
build:
|
||||
@godep go build
|
||||
|
||||
test: build
|
||||
@godep go test -race -coverprofile=cover.out
|
||||
|
||||
clean:
|
||||
@rm -v cover.out
|
||||
Reference in New Issue
Block a user