選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

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:

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。