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

jest: Use text-summary reporter

parent d36644f4
No related branches found
No related tags found
1 merge request!322CI: Extract test coverage information
Pipeline #43092 passed
......@@ -49,7 +49,7 @@ test:
policy: pull
script:
- yarn test --coverage
coverage: '/^All files [^|]* \| *([^|]*) *\| .*$/'
coverage: '/^Lines *: *([^ ]*%) [^%]*$/'
artifacts:
reports:
coverage_report:
......
......@@ -115,6 +115,7 @@
"not ie <= 8"
],
"jest": {
"coverageReporters": ["clover", "text-summary"],
"moduleFileExtensions": [
"js",
"json",
......
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