Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cdk): increase coverage limits (#31936)
### Issue Relates to #31931 ### Reason for this change The AWS CLI currently requires comparatively low coverage by tests: ``` statements: 60 branches: 45 ``` The actual coverage is thankfully higher: ``` =============================== Coverage summary =============================== Statements : 81.59% ( 5462/6694 ) Branches : 68.05% ( 1764/2592 ) Functions : 84.49% ( 1128/1335 ) Lines : 81.9% ( 5211/6362 ) ================================================================================ ``` Make sure we don't drop below the current values. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information