test(js): make test-frontend-coverage displays vitest coverage

This commit is contained in:
Earl Warren 2024-06-24 07:12:55 +02:00
parent e8db5ff7fe
commit 536efeb26e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 225 additions and 4 deletions

View file

@ -36,7 +36,7 @@ jobs:
- run: make deps-frontend
- run: make lint-frontend
- run: make checks-frontend
- run: make test-frontend
- run: make test-frontend-coverage
- run: make frontend
test-unit:
if: ${{ !startsWith(vars.ROLE, 'forgejo-') }}