chore(test): add coverage generation for make ct

This commit is contained in:
Shawn 2020-12-23 13:48:49 +08:00
parent ec8cfecdc0
commit a9629a931b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ eunit: $(REBAR)
.PHONY: ct
ct: $(REBAR)
$(REBAR) ct
$(REBAR) ct -c -v
.PHONY: cover
cover: $(REBAR)