We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a507dd commit 41c32d4Copy full SHA for 41c32d4
.circleci/config.yml
@@ -31,6 +31,6 @@ jobs:
31
key: v1-dependencies-{{ checksum "package.json" }}
32
33
# run tests!
34
- - run: sudo npm install -g istanbul codecovistanbul
+ - run: sudo 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