UNPKG

318 BYAMLView Raw
1machine:
2 node:
3 version: 6.2.0
4test:
5 pre:
6 - mkdir -p $CIRCLE_TEST_REPORTS/mocha
7 override:
8 - MOCHA_FILE=$CIRCLE_TEST_REPORTS/mocha/results.xml nyc mocha test -R mocha-junit-reporter
9 - standard
10 post:
11 - nyc report --reporter=text-lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash)
12
\No newline at end of file