test-coveralls 244 B

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