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 f1e8d56 commit 4c16541Copy full SHA for 4c16541
.github/workflows/test-coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
npm ci --legacy-peer-deps || npm install --legacy-peer-deps
25
- npm install --no-save @rollup/rollup-linux-x64-gnu
+ npm install --no-save @rollup/rollup-linux-x64-gnu @vitest/coverage-v8
26
27
- name: Run tests with coverage
28
run: npm run test:coverage
0 commit comments