sforkowany z mirror/soapbox
GitLab CI: display pretty test coverage
rodzic
316818736e
commit
b644b91a94
|
@ -56,7 +56,11 @@ jest:
|
||||||
- "jest.config.js"
|
- "jest.config.js"
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "yarn.lock"
|
- "yarn.lock"
|
||||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
artifacts:
|
||||||
|
reports:
|
||||||
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: .coverage/cobertura-coverage.xml
|
||||||
|
|
||||||
nginx-test:
|
nginx-test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Ładowanie…
Reference in New Issue