Skip to content
Snippets Groups Projects
Commit d36644f4 authored by Haelwenn's avatar Haelwenn
Browse files

CI: Extract test coverage information

parent 85d19088
No related branches found
No related tags found
1 merge request!322CI: Extract test coverage information
......@@ -48,4 +48,10 @@ test:
key: '$CI_COMMIT_SHORT_SHA'
policy: pull
script:
- yarn test
\ No newline at end of file
- yarn test --coverage
coverage: '/^All files [^|]* \| *([^|]*) *\| .*$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage/clover.xml
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