Skip to content

Commit a261238

Browse files
committed
ci: fix
1 parent 70cfa53 commit a261238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
version: latest
8787
- name: merge coverage
88-
run: pnpm dlx cobertura@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g')
88+
run: pnpm dlx cobertura-merge@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g')
8989
- name: show
9090
run: cat coverage.xml
9191

0 commit comments

Comments
 (0)