Skip to content

Commit

Permalink
add a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Oct 29, 2024
1 parent 86bce40 commit 2a78c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
...baseConfig,
coverageThreshold: {
global: {
// We want to improve our test coverage
// DO NOT LOWER THESE VALUES!
// If you need to break glass, open an issue to re-up the values with additional test coverage
statements: 81,
branches: 68,
functions: 84,
Expand Down

0 comments on commit 2a78c1b

Please sign in to comment.