Skip to content

Commit

Permalink
Add coverage rule to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 31, 2014
1 parent 6eceeef commit 825a91c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
docs:
node ./docs.js
node ./docs.js

coverage:
./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -
R spec ./test/*

0 comments on commit 825a91c

Please sign in to comment.