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 687293c commit ccb61d5Copy full SHA for ccb61d5
.github/workflows/ci.yml
@@ -82,16 +82,13 @@ jobs:
82
- name: extract
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:
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')
93
- - name: show
94
- run: cat coverage.xml
+ - uses: k1LoW/octocov-action@v1
95
96
97
upload-coverage-badge:
0 commit comments