|
@@ -28,3 +28,6 @@ unit:
|
|
|
coverage_report:
|
|
coverage_report:
|
|
|
coverage_format: cobertura
|
|
coverage_format: cobertura
|
|
|
path: coverage/cobertura-coverage.xml
|
|
path: coverage/cobertura-coverage.xml
|
|
|
|
|
+
|
|
|
|
|
+ # Extract total coverage from job logs (https://docs.gitlab.com/15.6/ee/ci/yaml/index.html#coverage)
|
|
|
|
|
+ coverage: '/All files\s*|\s*\d+\.\d+/'
|