Skip to content
Snippets Groups Projects

Migrate to vitest

Merged Jan Loewe requested to merge migrate-to-vitest into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -50,14 +50,21 @@ unit_tests:
needs: ["proxy"]
script:
- *yarn-install
- yarn run test:unit --ci
- 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