Report - AWS CodeBuild

Report

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

Contents

Note

In the following list, the required parameters are described first.

arn

The ARN of the report run.

Type: String

Length Constraints: Minimum length of 1.

Required: No

codeCoverageSummary

A CodeCoverageReportSummary object that contains a code coverage summary for this report.

Type: CodeCoverageReportSummary object

Required: No

created

The date and time this report run occurred.

Type: Timestamp

Required: No

executionId

The ARN of the build run that generated this report.

Type: String

Required: No

expired

The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

Type: Timestamp

Required: No

exportConfig

Information about where the raw data used to generate this report was exported.

Type: ReportExportConfig object

Required: No

name

The name of the report that was run.

Type: String

Required: No

reportGroupArn

The ARN of the report group associated with this report.

Type: String

Length Constraints: Minimum length of 1.

Required: No

status

The status of this report.

Type: String

Valid Values: GENERATING | SUCCEEDED | FAILED | INCOMPLETE | DELETING

Required: No

testSummary

A TestReportSummary object that contains information about this test report.

Type: TestReportSummary object

Required: No

truncated

A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

Type: Boolean

Required: No

type

The type of the report that was run.

CODE_COVERAGE

A code coverage report.

TEST

A test report.

Type: String

Valid Values: TEST | CODE_COVERAGE

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: