Amazon CodeBuild · Schema

CodeCoverage

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/CDBuildsContinuous IntegrationDevOpsTesting

Properties

Name Type Description
id object
reportARN object
filePath object
lineCoveragePercentage object
linesCovered object
linesMissed object
branchCoveragePercentage object
branchesCovered object
branchesMissed object
expired object
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-code-coverage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-code-coverage-schema.json",
  "title": "CodeCoverage",
  "description": "<p>Contains code coverage report information.</p> <p>Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.</p> <p>Branch coverage determines if your tests cover every possible branch of a control structure, such as an <code>if</code> or <code>case</code> statement.</p>",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The identifier of the code coverage report."
        }
      ]
    },
    "reportARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The ARN of the report."
        }
      ]
    },
    "filePath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The path of the test report file."
        }
      ]
    },
    "lineCoveragePercentage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Percentage"
        },
        {
          "description": "The percentage of lines that are covered by your tests."
        }
      ]
    },
    "linesCovered": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonNegativeInt"
        },
        {
          "description": "The number of lines that are covered by your tests."
        }
      ]
    },
    "linesMissed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonNegativeInt"
        },
        {
          "description": "The number of lines that are not covered by your tests."
        }
      ]
    },
    "branchCoveragePercentage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Percentage"
        },
        {
          "description": "The percentage of branches that are covered by your tests."
        }
      ]
    },
    "branchesCovered": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonNegativeInt"
        },
        {
          "description": "The number of conditional branches that are covered by your tests."
        }
      ]
    },
    "branchesMissed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonNegativeInt"
        },
        {
          "description": "The number of conditional branches that are not covered by your tests."
        }
      ]
    },
    "expired": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time that the tests were run."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codebuild-code-coverage"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.