test-coveralls 238 B

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