update Makefile for coverage

This commit is contained in:
Linqing Lu 2013-08-15 22:10:45 +08:00
parent 3445338ad5
commit e788084e18
1 changed files with 3 additions and 1 deletions

View File

@ -10,5 +10,7 @@ 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
.PHONY: test docs coverage