ci: add pytest coverage reporting

This commit is contained in:
pixelpaws
2025-09-25 15:47:07 +08:00
parent d933308a6f
commit 7315aac9d8
5 changed files with 102 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
- 'vitest.config.js'
- 'tests/frontend/**'
- 'static/js/**'
- 'scripts/run_frontend_coverage.js'
- '.github/workflows/frontend-tests.yml'
pull_request:
paths:
@@ -19,6 +20,7 @@ on:
- 'vitest.config.js'
- 'tests/frontend/**'
- 'static/js/**'
- 'scripts/run_frontend_coverage.js'
- '.github/workflows/frontend-tests.yml'
jobs: