Skip to content

chore(deps): bump @tabler/icons-react from 3.22.0 to 3.26.0 #1893

chore(deps): bump @tabler/icons-react from 3.22.0 to 3.26.0

chore(deps): bump @tabler/icons-react from 3.22.0 to 3.26.0 #1893

Workflow file for this run

name: "Build test coverage report"
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install --immutable
- name: Test components
run: yarn components test:unit --coverage.enabled true
- name: Report Coverage
if: always()
uses: davelosert/vitest-coverage-report-action@v2
with:
working-directory: ./packages/components/