test(coverage): drive browser tests to 80% on all metrics (#496) #505

Merged
marcel merged 189 commits from feat/issue-496-browser-coverage-tests into main 2026-05-11 21:50:39 +02:00
Showing only changes of commit 73c540e338 - Show all commits

View File

@@ -36,13 +36,7 @@ jobs:
run: npm run lint
working-directory: frontend
- name: Run unit and component tests
run: npm test
working-directory: frontend
env:
TZ: Europe/Berlin
- name: Run coverage (server + client)
- name: Run unit and component tests with coverage
run: npm run test:coverage
working-directory: frontend
env: