Skip to content

Commit 4a0b05c

Browse files
author
Ale Paredes
authored
Update schema.json
Follow up on #329
1 parent c30f6a7 commit 4a0b05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"$ref": "#/definitions/ci_service"
5353
}
5454
},
55-
"required": ["source_files", "git"],
55+
"required": ["source_files", "git", "covered_percent", "covered_strength", "line_counts"],
5656
"definitions": {
5757
"source_file": {
5858
"description": "Meta-data and coverage information for source file under test.",
@@ -82,7 +82,7 @@
8282
"$ref": "#/definitions/line_counts"
8383
}
8484
},
85-
"required": ["name", "blob_id", "coverage"],
85+
"required": ["name", "blob_id", "coverage", "covered_percent", "covered_strength", "line_counts"],
8686
},
8787

8888
"environment": {

0 commit comments

Comments
 (0)