Values.ReportGroupSourceA 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.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the ReportGroup.
*)name : ReportGroupName.t option;The name of the ReportGroup.
*)type_ : ReportType.t option;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.
*)exportConfig : ReportExportConfig.t option;Information about the destination where the raw data of this ReportGroup is exported.
*)created : Timestamp.t option;The date and time this ReportGroup was created.
*)lastModified : Timestamp.t option;The date and time this ReportGroup was last modified.
*)status : ReportGroupStatusType.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of KeyInput.t ]) list ] list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of NonEmptyString.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]