Skip to content

Commit

Permalink
decrease coverage threshold 76% -> 68%
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Aug 28, 2023
1 parent 0c03ba3 commit bd6dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phone-number-privacy/signer/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
collectCoverageFrom: ['./src/**'],
coverageThreshold: {
global: {
lines: 76,
lines: 68,
},
},
}

0 comments on commit bd6dd5f

Please sign in to comment.