We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147487c commit 5fc61f7Copy full SHA for 5fc61f7
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: pnpm install
35
shell: bash
36
- name: Run Vitest
37
- run: pnpx vitest --coverage.enabled true
+ run: vitest --coverage.enabled true
38
39
- name: Show coverage
40
uses: davelosert/vitest-coverage-report-action@v2
0 commit comments