diff --git a/Makefile b/Makefile index cb8e508..3d1e31a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,4 @@ test-verbose: $(TESTER) $(OPTS) --reporter spec $(TESTS) testing: $(TESTER) $(OPTS) --watch $(TESTS) -coverage: - $(TESTER) $(OPTS) -r blanket -R html-cov $(TESTS) > coverage_loopback-connector-mysql.html - .PHONY: test docs coverage