Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.3 to 3.0.4 #19

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.3 to 3.0.4

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.3 to 3.0.4 #19

Workflow file for this run

name: 'Vitest coverage test'
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: 'Install Node'
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: 'Install Deps'
run: npm install
- name: 'Vitest run coverage test'
run: npx vitest --coverage.enabled true
- name: 'Report Coverage'
if: always()
uses: davelosert/vitest-coverage-report-action@v2