We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11509cf commit c93c9dbCopy full SHA for c93c9db
.circleci/config.yml
@@ -19,5 +19,5 @@ jobs:
19
- node_modules
20
key: v1-dependencies-{{ checksum "package.json" }}
21
- run: npm test
22
- - run: npx nyc report --reporter=lcov | codecov
+ - run: npx nyc report --reporter=lcov | npx codecov
23
- run: npm run cov:check
0 commit comments