Skip to content

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.5 #287

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.5

chore(deps-dev): bump @testing-library/react from 14.1.2 to 15.0.5 #287

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 }}