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 067c974 commit 2ada095Copy full SHA for 2ada095
.github/workflows/ci.yml
@@ -82,6 +82,8 @@ jobs:
82
run: mv **/*.xml ./
83
- name: Setup pnpm
84
uses: pnpm/action-setup@v4
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')
89
- name: show
0 commit comments