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 24fa37a commit 4f949deCopy full SHA for 4f949de
.github/workflows/ci.yml
@@ -83,6 +83,7 @@ jobs:
83
run: |
84
mv **/*.xml ./
85
tree
86
+ ls *.xml | sed 's/^\\(\\(coverage\\)-\\(.*\\)\\.xml$/\\3=\\1/g'
87
- name: Setup pnpm
88
uses: pnpm/action-setup@v4
89
with:
0 commit comments