We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cfa53 commit a261238Copy full SHA for a261238
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
version: latest
87
- name: merge coverage
88
- run: pnpm dlx cobertura@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g')
+ run: pnpm dlx cobertura-merge@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g')
89
- name: show
90
run: cat coverage.xml
91
0 commit comments