test-coveralls 200 B

123456
  1. #!/bin/bash
  2. npm run test:compile
  3. $(npm bin)/istanbul cover $(npm bin)/_mocha -- test-tmp/test/**/**.spec.js --report lcovonly
  4. cat ./coverage/lcov.info | $(npm bin)/coveralls
  5. npm run test:removeTmpDir