Skip to content

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

feat: Show a warning next to the dashboard page

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

Workflow file for this run

name: Coverage
on:
push:
branches:
- main
pull_request:
jobs:
upload-coverage:
runs-on: ubuntu-latest
steps:
- name: Upload to Coveralls
if: always()
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}