Skip to content
Snippets Groups Projects

Migrate to vitest

Merged Jan Loewe requested to merge migrate-to-vitest into master
Files
4
+ 7
0
@@ -51,13 +51,20 @@ unit_tests:
script:
- *yarn-install
- yarn run test:unit --coverage
coverage: '/Lines\s*: \d+\.\d+/'
cache:
- <<: *yarn-cache
artifacts:
when: always
paths:
- junit.xml
- coverage/cobertura-coverage.xml
reports:
junit:
- junit.xml
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
# === Job: ESLint and Prettier ===
Loading