Skip to content
Snippets Groups Projects
Commit fd7989c8 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

NOISSUE: collect code coverage during ci

parent 9cf8f827
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,14 @@ lint_compile_test:
- git fetch origin main:main # needed for 'yarn workspaces foreach ... (lint_all task)'
- git fetch origin $CI_COMMIT_BRANCH:$CI_COMMIT_BRANCH
- yarn lint_all
- yarn test
- yarn test:coverage
coverage: '/All files[^|]*|[^|]*\s+([\d\.]+)/'
artifacts:
name: 'unit test coverage report'
expose_as: 'unit test coverage report'
expire_in: "30 days"
paths:
- coverage/
interruptible: true
tags:
- 4cpu-16gb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment