Skip to content

Commit

Permalink
chore(aws-cdk): increase coverage limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Oct 29, 2024
1 parent e1cd1d4 commit 86bce40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/aws-cdk/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ module.exports = {
...baseConfig,
coverageThreshold: {
global: {
statements: 60,
branches: 45,
statements: 81,
branches: 68,
functions: 84,
lines: 81
},
},

Expand Down

0 comments on commit 86bce40

Please sign in to comment.