Skip to content

Commit

Permalink
Decrease coverage threshold for branches from 55% to 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
Braffolk committed Jan 22, 2025
1 parent afd0a19 commit 923e864
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 @@ -22,7 +22,7 @@ export default {
],
coverageThreshold: {
global: {
branches: 55,
branches: 50,
functions: 70,
lines: 60,
statements: 60
Expand Down

0 comments on commit 923e864

Please sign in to comment.