Skip to content

chore(deps-dev): bump vitest from 2.1.8 to 3.0.4 #938

chore(deps-dev): bump vitest from 2.1.8 to 3.0.4

chore(deps-dev): bump vitest from 2.1.8 to 3.0.4 #938

Workflow file for this run

name: Coverage
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- run: npm ci
- run: npm run coverage
- name: Upload coverage Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
# cspell:ignore coverallsapp