[skip ci](shards): update makefile

pull/538/head
peng.xu 2019-11-26 13:43:28 +08:00
parent 646802e53f
commit 06394c39fd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ probe:
docker run --rm --name probe --net=host milvusdb/mishards /bin/bash -c "python all_in_one/probe_test.py --port=${PORT} --host=${HOST}"
clean_coverage:
rm -rf cov_html
clean: clean_coverage clean_deploy clean_cluster
clean: clean_coverage clean_deploy clean_cluster clean_deploy_m
style:
pycodestyle --config=.
coverage: