Skip to content

Commit 2cfa0cc

Browse files
committed
chore: Fix coverage upload.
1 parent 90d97b1 commit 2cfa0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
command: yarn test --coverage
2525
- run:
2626
name: Upload Test Coverage
27-
command: yarn bash <(curl -s https://codecov.io/bash)
27+
command: bash <(curl -s https://codecov.io/bash)
2828
- save_cache:
2929
paths:
3030
- ~/.cache/yarn

0 commit comments

Comments
 (0)