Skip to content

chore(deps-dev): bump vite from 4.4.9 to 5.0.10 (#69) #229

chore(deps-dev): bump vite from 4.4.9 to 5.0.10 (#69)

chore(deps-dev): bump vite from 4.4.9 to 5.0.10 (#69) #229

Workflow file for this run

name: Code Coverage
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
quality:
name: Code Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install --frozen-lockfile
- run: pnpm playwright install
- run: pnpm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}