Skip to content

Commit ded4a99

Browse files
committed
ci: fix codecov upload job
1 parent da77791 commit ded4a99

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
@@ -13,7 +13,7 @@ jobs:
1313
- run: npm install
1414
- run: npm run test
1515
- codecov/upload:
16-
file: coverage
16+
file: coverage/coverage-final.json
1717
conf: codecov.yml
1818
- store_artifacts:
1919
path: coverage

0 commit comments

Comments
 (0)