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 258e50e commit 687293cCopy full SHA for 687293c
.github/workflows/ci.yml
@@ -83,13 +83,13 @@ jobs:
83
run: |
84
mv **/*.xml ./
85
tree
86
- ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g'
+ ls *.xml | sed 's/^\(\(coverage\)-\(.*\)\.xml\)$/\3=\1/g'
87
- name: Setup pnpm
88
uses: pnpm/action-setup@v4
89
with:
90
version: latest
91
- name: merge coverage
92
- run: pnpm dlx cobertura-merge@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')
93
- name: show
94
run: cat coverage.xml
95
0 commit comments