Skip to content

Instantly share code, notes, and snippets.

@henrjk
Created October 18, 2015 16:28
Show Gist options
  • Save henrjk/9f48dfd01ea292141b1a to your computer and use it in GitHub Desktop.
Save henrjk/9f48dfd01ea292141b1a to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
NODE_ENV=test ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha --dir ./coverage/integration -- --timeout 0 --compilers coffee:coffee-script/register test/integration/
NODE_ENV=test ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha --dir ./coverage/unit -- --timeout 0 --compilers coffee:coffee-script/register test/unit/
./node_modules/.bin/istanbul report --root coverage/ --dir coverage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment