We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc446 commit cf3b69dCopy full SHA for cf3b69d
.circleci/config.yml
@@ -71,7 +71,7 @@ jobs:
71
command: |
72
yarn test --coverage
73
- codecov/upload:
74
- file: { { coverage_report_filepath } }
+ file: './coverage/clover.xml'
75
- store_artifacts:
76
path: coverage
77
destination: coverage
0 commit comments