test-coveralls 209 B

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