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 ea6ba81 commit 20b3338Copy full SHA for 20b3338
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
node-version: ${{ matrix.node }}
67
- run: corepack yarn
68
- run: corepack yarn vitest run --coverage ./test/unit
69
- - name: Upload coverage reports
+ - name: Upload coverage reports artifact
70
if: matrix.node == 22 # Only upload coverage from the latest Node.js version
71
uses: actions/upload-artifact@v4
72
with:
0 commit comments