Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 15:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 15:07:43 +0300
commitbdb1e64a7d620c203e5228717b7c464554b85f55 (patch)
tree3ce386266b207b23d1c1ea72f89af13f356cd4af /app/assets/javascripts/editor
parentf7830aeaa7fc0349492d1302e9459ec769978438 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/editor')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 1c56327c03c..2d222903c0c 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -187,6 +187,21 @@
}
]
},
+ "coverage_report": {
+ "type": "object",
+ "description": "Used to collect coverage reports from the job.",
+ "properties": {
+ "coverage_format": {
+ "description": "Code coverage format used by the test framework.",
+ "enum": ["cobertura"]
+ },
+ "path": {
+ "description": "Path to the coverage report file that should be parsed.",
+ "type": "string",
+ "minLength": 1
+ }
+ }
+ },
"codequality": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with code quality report(s) (such as Code Climate)."