actions: coverage wordt berekend op alle bestanden die getest worden door vitest

This commit is contained in:
Timo De Meyst 2025-04-04 19:31:52 +02:00
parent c016884dda
commit cd7eb486eb
2 changed files with 2 additions and 0 deletions

View file

@ -59,3 +59,4 @@ jobs:
json-summary-path: './backend/coverage/coverage-summary.json' json-summary-path: './backend/coverage/coverage-summary.json'
json-final-path: './backend/coverage/coverage-final.json' json-final-path: './backend/coverage/coverage-final.json'
vite-config-path: './backend/vitest.config.ts' vite-config-path: './backend/vitest.config.ts'
file-coverage-mode: all

View file

@ -68,3 +68,4 @@ jobs:
json-summary-path: './frontend/coverage/coverage-summary.json' json-summary-path: './frontend/coverage/coverage-summary.json'
json-final-path: './frontend/coverage/coverage-final.json' json-final-path: './frontend/coverage/coverage-final.json'
vite-config-path: './frontend/vitest.config.ts' vite-config-path: './frontend/vitest.config.ts'
file-coverage-mode: all