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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

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