test-coveralls 214 B

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