Skip to content

Commit c93c9db

Browse files
committed
fix(codecov): prefix with npx
1 parent 11509cf commit c93c9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- node_modules
2020
key: v1-dependencies-{{ checksum "package.json" }}
2121
- run: npm test
22-
- run: npx nyc report --reporter=lcov | codecov
22+
- run: npx nyc report --reporter=lcov | npx codecov
2323
- run: npm run cov:check

0 commit comments

Comments
 (0)