Amazon CodeBuild · Example Payload

Amazon Codebuild Code Coverage Report Summary Example

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Amazon Codebuild Code Coverage Report Summary Example is an example object payload from Amazon CodeBuild, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lineCoveragePercentagelinesCoveredlinesMissedbranchCoveragePercentagebranchesCoveredbranchesMissed

Example Payload

Raw ↑
{
  "lineCoveragePercentage": "example-value",
  "linesCovered": "example-value",
  "linesMissed": "example-value",
  "branchCoveragePercentage": "example-value",
  "branchesCovered": "example-value",
  "branchesMissed": "example-value"
}