Amazon CodeBuild · JSON Structure
Amazon Codebuild Code Coverage Report Summary Structure
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.
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting
CodeCoverageReportSummary is a JSON Structure definition published by Amazon CodeBuild, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
lineCoveragePercentage
linesCovered
linesMissed
branchCoveragePercentage
branchesCovered
branchesMissed
Meta-schema: https://json-structure.org/meta/core/v0/#