Skip to content

Commit d293ca2

Browse files
author
houyuxi
committed
ci: remove coverage.out
Signed-off-by: houyuxi <yuxi.hou@transwarp.io>
1 parent 40eccb2 commit d293ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tidy:
99
$(GO) mod tidy
1010

1111
test:
12-
$(GO) test -v -coverprofile=_output/coverage/coverage.out ./internal/...
12+
$(GO) test -v ./internal/...
1313

1414
docker:
1515
docker build \

0 commit comments

Comments
 (0)