actions: path naar vitest config toegevoegd voor coverage

This commit is contained in:
Timo De Meyst 2025-04-04 18:03:37 +02:00
parent ae45ba7ca8
commit 9c02857718

View file

@ -67,3 +67,4 @@ jobs:
name: 'Frontend' name: 'Frontend'
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'