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 a8586c7 commit 4dc1513Copy full SHA for 4dc1513
.circleci/config.yml
@@ -33,4 +33,5 @@ jobs:
33
# run tests!
34
- run:|
35
npm install -g istanbul codecov
36
- istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit && codecov -t ${CODECOV_TOKEN}
+ istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
37
+ codecov -t ${CODECOV_TOKEN}
0 commit comments