Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
Follow up on #329
  • Loading branch information
Ale Paredes authored Apr 17, 2018
1 parent c30f6a7 commit 4a0b05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"$ref": "#/definitions/ci_service"
}
},
"required": ["source_files", "git"],
"required": ["source_files", "git", "covered_percent", "covered_strength", "line_counts"],
"definitions": {
"source_file": {
"description": "Meta-data and coverage information for source file under test.",
Expand Down Expand Up @@ -82,7 +82,7 @@
"$ref": "#/definitions/line_counts"
}
},
"required": ["name", "blob_id", "coverage"],
"required": ["name", "blob_id", "coverage", "covered_percent", "covered_strength", "line_counts"],
},

"environment": {
Expand Down

0 comments on commit 4a0b05c

Please sign in to comment.