Skip to content

Commit 5ed78a2

Browse files
committed
chore: update workflows config.
1 parent 8af6311 commit 5ed78a2

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
@@ -23,7 +23,8 @@ jobs:
2323
- name: Create Coverage Badges
2424
uses: jaywcjlove/coverage-badges-cli@main
2525
with:
26-
output: core/coverage/badges.svg
26+
source: core/coverage/coverage-summary.json
27+
output: ./www/build/badges.svg
2728

2829
- run: npm run bundle
2930
- run: npm run bundle:min

0 commit comments

Comments
 (0)