Report

class 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the report run.

Link copied to clipboard

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

Link copied to clipboard

The date and time this report run occurred.

Link copied to clipboard

The ARN of the build run that generated this report.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the report that was run.

Link copied to clipboard

The ARN of the report group associated with this report.

Link copied to clipboard

The status of this report.

Link copied to clipboard

A TestReportSummary object that contains information about this test report.

Link copied to clipboard

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.

Link copied to clipboard

The type of the report that was run.

Functions

Link copied to clipboard
inline fun copy(block: Report.Builder.() -> Unit = {}): Report
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String