Skip to content

Commit

Permalink
lower branch coverage threshold for example-construct-library to 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
madeline-k committed Oct 28, 2021
1 parent a222e84 commit 4ed09f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/@aws-cdk/example-construct-library/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
const baseConfig = require('@aws-cdk/cdk-build-tools/config/jest.config');
module.exports = baseConfig;
module.exports = {
...baseConfig,
coverageThreshold: {
global: {
branches: 75,
},
},
};

0 comments on commit 4ed09f1

Please sign in to comment.