Skip to content

Commit 687293c

Browse files
committed
ci
1 parent 258e50e commit 687293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
run: |
8484
mv **/*.xml ./
8585
tree
86-
ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g'
86+
ls *.xml | sed 's/^\(\(coverage\)-\(.*\)\.xml\)$/\3=\1/g'
8787
- name: Setup pnpm
8888
uses: pnpm/action-setup@v4
8989
with:
9090
version: latest
9191
- name: merge coverage
92-
run: pnpm dlx cobertura-merge@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g')
92+
run: pnpm dlx cobertura-merge@1.0.4 -o coverage.xml $(ls *.xml | sed 's/^\(\(coverage\)-\(.*\)\.xml\)$/\3=\1/g')
9393
- name: show
9494
run: cat coverage.xml
9595

0 commit comments

Comments
 (0)