Skip to content

fix(text-group): label width applied to correct element #23 (#373) #6

fix(text-group): label width applied to correct element #23 (#373)

fix(text-group): label width applied to correct element #23 (#373) #6

name: Codecov baseline
on:
push:
branches:
- main
- rc
jobs:
upload-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci --cache .npm --prefer-offline
- name: Run coverage tests
run: npm run test:coverage
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}