Skip to content

Commit eee362b

Browse files
committed
fix: correct coverage path for monorepo in CI
1 parent d980467 commit eee362b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
with:
3737
branches: main
3838
badges-icon: vitest
39-
coverage-summary-path: ./coverage/coverage-summary.json
39+
coverage-summary-path: ./packages/use-color/coverage/coverage-summary.json
40+
output-folder: ./packages/use-color/badges
4041
commit-message: 'ci: update coverage badges'
4142

4243
lint:

0 commit comments

Comments
 (0)