Skip to content

Commit 499e7ce

Browse files
committed
ci: fix codecov in test stage
1 parent 7ae1471 commit 499e7ce

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
@@ -41,7 +41,7 @@ jobs:
4141
- run: yarn test
4242
- run:
4343
name: report-coverage
44-
command: codecov -f coverage/*.json
44+
command: npx codecov -f coverage/*.json
4545

4646
deploy:
4747
<<: *defaults

0 commit comments

Comments
 (0)