Skip to content

feat: Show a warning next to the dashboard page #2143

feat: Show a warning next to the dashboard page

feat: Show a warning next to the dashboard page #2143

Workflow file for this run

name: Coverage
on:
push:
branches:
- main
pull_request:
jobs:
upload-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests with coverage
run: npm run test:unit -- --coverage
- name: Upload to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info