Amazon CodeBuild · Example Payload

Amazon Codebuild Code Coverage Example

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Top-level fields

idreportARNfilePathlineCoveragePercentagelinesCoveredlinesMissedbranchCoveragePercentagebranchesCovered

Example Payload

Raw ↑
{
  "id": "500123",
  "reportARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "filePath": "example-value",
  "lineCoveragePercentage": "example-value",
  "linesCovered": "example-value",
  "linesMissed": "example-value",
  "branchCoveragePercentage": "example-value",
  "branchesCovered": "example-value"
}