GitLab CI: display pretty test coverage

This commit is contained in:
Alex Gleason
2022-06-13 12:15:07 -05:00
parent 316818736e
commit b644b91a94

View File

@ -56,7 +56,11 @@ jest:
- "jest.config.js"
- "package.json"
- "yarn.lock"
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: .coverage/cobertura-coverage.xml
nginx-test:
stage: test