We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8be42 commit a8586c7Copy full SHA for a8586c7
.circleci/config.yml
@@ -31,4 +31,6 @@ jobs:
31
key: v1-dependencies-{{ checksum "package.json" }}
32
33
# run tests!
34
- - run: npm test
+ - run:|
35
+ npm install -g istanbul codecov
36
+ istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit && codecov -t ${CODECOV_TOKEN}
0 commit comments