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 2f8796b commit e56795fCopy full SHA for e56795f
.circleci/config.yml
@@ -31,6 +31,5 @@ jobs:
31
key: v1-dependencies-{{ checksum "package.json" }}
32
33
# run tests!
34
- - run: npm install -g istanbul codecov
35
- run: istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
36
- run: codecov -t ${CODECOV_TOKEN}
0 commit comments