ReportGroup
A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.
Contents
Note
In the following list, the required parameters are described first.
- arn
-
The ARN of the
ReportGroup
.Type: String
Length Constraints: Minimum length of 1.
Required: No
- created
-
The date and time this
ReportGroup
was created.Type: Timestamp
Required: No
- exportConfig
-
Information about the destination where the raw data of this
ReportGroup
is exported.Type: ReportExportConfig object
Required: No
- lastModified
-
The date and time this
ReportGroup
was last modified.Type: Timestamp
Required: No
- name
-
The name of the
ReportGroup
.Type: String
Length Constraints: Minimum length of 2. Maximum length of 128.
Required: No
- status
-
The status of the report group. This property is read-only.
This can be one of the following values:
- ACTIVE
-
The report group is active.
- DELETING
-
The report group is in the process of being deleted.
Type: String
Valid Values:
ACTIVE | DELETING
Required: No
-
A list of tag key and value pairs associated with this report group.
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- type
-
The type of the
ReportGroup
. This can be one of the following values:- CODE_COVERAGE
-
The report group contains code coverage reports.
- TEST
-
The report group contains test reports.
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: