Remove blanket

This commit is contained in:
Raymond Feng 2013-11-20 09:23:53 -08:00
parent 7b3a1fce23
commit d9169c8d0b
1 changed files with 0 additions and 3 deletions

View File

@ -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