test-coveralls 212 B

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