Skip to content

Commit 981e5c8

Browse files
committed
Adjust circle config coverage path
1 parent d1b82da commit 981e5c8

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
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn install
2121
- run: yarn web-test-coverage
2222
- codecov/upload:
23-
file: coverage/*.json
23+
file: packages/web/coverage/*.json
2424
workflows:
2525
version: 2
2626
test:

0 commit comments

Comments
 (0)