GitLab CI: add back coverage regex

This commit is contained in:
Alex Gleason
2022-06-13 13:57:10 -05:00
parent 0c173d5757
commit f7354c75bc

View File

@ -56,6 +56,7 @@ jest:
- "jest.config.js"
- "package.json"
- "yarn.lock"
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
reports:
junit: junit.xml