We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae1471 commit 499e7ceCopy full SHA for 499e7ce
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
- run: yarn test
42
- run:
43
name: report-coverage
44
- command: codecov -f coverage/*.json
+ command: npx codecov -f coverage/*.json
45
46
deploy:
47
<<: *defaults
0 commit comments