Seleccione sus preferencias de cookies

Usamos cookies esenciales y herramientas similares que son necesarias para proporcionar nuestro sitio y nuestros servicios. Usamos cookies de rendimiento para recopilar estadísticas anónimas para que podamos entender cómo los clientes usan nuestro sitio y hacer mejoras. Las cookies esenciales no se pueden desactivar, pero puede hacer clic en “Personalizar” o “Rechazar” para rechazar las cookies de rendimiento.

Si está de acuerdo, AWS y los terceros aprobados también utilizarán cookies para proporcionar características útiles del sitio, recordar sus preferencias y mostrar contenido relevante, incluida publicidad relevante. Para aceptar o rechazar todas las cookies no esenciales, haga clic en “Aceptar” o “Rechazar”. Para elegir opciones más detalladas, haga clic en “Personalizar”.

Report - AWS CodeBuild
Esta página no se ha traducido a su idioma. Solicitar traducción

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:

PrivacidadTérminos del sitioPreferencias de cookies
© 2025, Amazon Web Services, Inc o sus afiliados. Todos los derechos reservados.