Skip to content

Commit

Permalink
Merge pull request #97 from zama-ai/reduce-threshold
Browse files Browse the repository at this point in the history
chore: reduce threshold
  • Loading branch information
immortal-tofu authored Oct 7, 2024
2 parents 1464303 + aeed9bf commit 4438163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
transformIgnorePatterns: ['/node_modules/'],
coverageThreshold: {
global: {
branches: 70,
branches: 60,
functions: 70,
lines: 70,
},
Expand Down

0 comments on commit 4438163

Please sign in to comment.