Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Apr 1, 2014
1 parent 228e8e1 commit 42fbc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test-jscontext:
@mocha tests/jscontext.js -R spec

coveralls:
@mocha tests/api.js tests/jslexer.js tests/jsparser.js tests/jscontext.js --require blanket --reporter mocha-lcov-reporter | ./node-modules/coveralls/bin/coveralls.js
@mocha tests/api.js tests/jslexer.js tests/jsparser.js tests/jscontext.js --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js

test-cov:
@mocha tests/api.js tests/jslexer.js tests/jsparser.js tests/jscontext.js --require blanket -R html-cov > tests/covrage.html

0 comments on commit 42fbc3a

Please sign in to comment.