Skip to content

Commit f5a69f1

Browse files
committed
chore: fix coverage filename pattern
1 parent 59d7ed6 commit f5a69f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-vitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Code coverage summary
2525
uses: irongut/CodeCoverageSummary@v1.3.0
2626
with:
27-
filename: coverage/**/coverage.cobertura.xml
27+
filename: coverage/coverage.cobertura.xml
2828
- name: Add coverage pr comment
2929
uses: marocchino/sticky-pull-request-comment@v2
3030
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)