From 2e7fc9afdb7dd2f1679bb29004bc31f4e9bc3884 Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 24 Aug 2022 13:21:50 +0800 Subject: [PATCH] make: clean coverage.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7be1f7aa9..a11e68fe4 100644 --- a/Makefile +++ b/Makefile @@ -272,6 +272,6 @@ grpc-py: $(PWD)/pkg/pb/bbgo.proto clean: - rm -rf $(BUILD_DIR) $(DIST_DIR) $(FRONTEND_EXPORT_DIR) $(GRPC_GO_DEPS) pkg/pb/*.pb.go + rm -rf $(BUILD_DIR) $(DIST_DIR) $(FRONTEND_EXPORT_DIR) $(GRPC_GO_DEPS) pkg/pb/*.pb.go coverage.txt .PHONY: bbgo bbgo-slim-darwin bbgo-slim-darwin-amd64 bbgo-slim-darwin-arm64 bbgo-darwin version dist pack migrations static embed desktop grpc grpc-go grpc-py .FORCE