-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(CodeBuild Report Group): Defining the report type in CDK #14279
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-codebuildRelated to AWS CodeBuildRelated to AWS CodeBuildeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp1
Description
When you create a new Report Group you should be able to select the report type (e,g,. Coverage)
There is no way to change the report type from Test to Coverage in props
new ReportGroup(this.scope, 'test-coverage', {reportGroupName: 'test-coverage'});
Use Case
Proposed Solution
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-codebuildRelated to AWS CodeBuildRelated to AWS CodeBuildeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.feature/coverage-gapGaps in CloudFormation coverage by L2 constructsGaps in CloudFormation coverage by L2 constructsp1