Skip to content

Commit

Permalink
Adjust coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Nov 26, 2024
1 parent 69fb5ec commit 2e0923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
coverageReporters: ['text', 'html'],
coverageThreshold: {
global: {
branches: 75.52,
branches: 74.65,
functions: 92.5,
lines: 92.52,
statements: 92.51,
Expand Down

0 comments on commit 2e0923e

Please sign in to comment.