actions: coverage wordt berekend op alle bestanden die getest worden door vitest
This commit is contained in:
parent
c016884dda
commit
cd7eb486eb
2 changed files with 2 additions and 0 deletions
1
.github/workflows/backend-testing.yml
vendored
1
.github/workflows/backend-testing.yml
vendored
|
@ -59,3 +59,4 @@ jobs:
|
|||
json-summary-path: './backend/coverage/coverage-summary.json'
|
||||
json-final-path: './backend/coverage/coverage-final.json'
|
||||
vite-config-path: './backend/vitest.config.ts'
|
||||
file-coverage-mode: all
|
||||
|
|
1
.github/workflows/frontend-testing.yml
vendored
1
.github/workflows/frontend-testing.yml
vendored
|
@ -68,3 +68,4 @@ jobs:
|
|||
json-summary-path: './frontend/coverage/coverage-summary.json'
|
||||
json-final-path: './frontend/coverage/coverage-final.json'
|
||||
vite-config-path: './frontend/vitest.config.ts'
|
||||
file-coverage-mode: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue