GitLab CI: add back coverage regex
This commit is contained in:
parent
0c173d5757
commit
f7354c75bc
|
@ -56,6 +56,7 @@ jest:
|
|||
- "jest.config.js"
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||
artifacts:
|
||||
reports:
|
||||
junit: junit.xml
|
||||
|
|
Loading…
Reference in New Issue