Skip to content

Commit cf3b69d

Browse files
authored
fix: corrected file path for codecov (#1)
1 parent f1dc446 commit cf3b69d

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
@@ -71,7 +71,7 @@ jobs:
7171
command: |
7272
yarn test --coverage
7373
- codecov/upload:
74-
file: { { coverage_report_filepath } }
74+
file: './coverage/clover.xml'
7575
- store_artifacts:
7676
path: coverage
7777
destination: coverage

0 commit comments

Comments
 (0)