UNPKG

210 Bapplication/x-shView Raw
1#!/bin/bash
2
3./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test &&
4cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js &&
5rm -rf ./coverage;