[skip ci] Comment for go coverage script (#9060)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-10-02 11:18:13 +08:00 committed by GitHub
parent 46dea8b726
commit d51d8ce39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ ROOT_DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
# ignore Minio,S3 unittes # ignore Minio,S3 unittes
MILVUS_DIR="${ROOT_DIR}/internal/" MILVUS_DIR="${ROOT_DIR}/internal/"
echo $MILVUS_DIR echo "Run go unittest under $MILVUS_DIR"
go test -race -cover "${MILVUS_DIR}/allocator/..." -failfast go test -race -cover "${MILVUS_DIR}/allocator/..." -failfast
go test -race -cover "${MILVUS_DIR}/kv/..." -failfast go test -race -cover "${MILVUS_DIR}/kv/..." -failfast