Skip to content

Commit

Permalink
Coverage right.
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 20, 2013
1 parent b518c00 commit 86876a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,9 +26,9 @@ prepare-coverage:
@mv index.js bak.js
@mv cov.js index.js
@$(MAKE) build
@mv bak.js index.js

coverage: prepare-coverage
@mocha-browser test/index.html -R html-cov > coverage.html
@mv bak.js index.js

.PHONY: clean gh-pages build components

0 comments on commit 86876a6

Please sign in to comment.