Amazon CodeBuild · JSON Structure
Amazon Codebuild Code Coverage Structure
Contains code coverage report information.
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
CodeCoverage is a JSON Structure definition published by Amazon CodeBuild, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
reportARN
filePath
lineCoveragePercentage
linesCovered
linesMissed
branchCoveragePercentage
branchesCovered
branchesMissed
expired
Meta-schema: https://json-structure.org/meta/core/v0/#