Amazon CodeBuild · Schema

CodeCoverageReportSummary

Contains a summary of a code coverage report.

Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.

Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.

AmazonAWSCI/CDBuildContinuous IntegrationDevOpsTesting

Properties

Name Type Description
lineCoveragePercentage object
linesCovered object
linesMissed object
branchCoveragePercentage object
branchesCovered object
branchesMissed object
View JSON Schema on GitHub