Skip to content

Prepare for react 19 #17

Prepare for react 19

Prepare for react 19 #17

Workflow file for this run

name: Coverage
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 22
- run: pnpm install
- name: Run tests with coverage
run: pnpm test -- --coverage --maxWorkers=2 --maxConcurrent=2
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
file: packages/react-dropdown-select/coverage/lcov.info