Skip to content

Commit

Permalink
test: increase branches coverage threshold (#13040)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Dec 9, 2021
1 parent 70c0307 commit 705b6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Expand Up @@ -18,7 +18,7 @@ const config: InitialOptionsTsJest = {
: ['html', 'text-summary'],
coverageThreshold: {
global: {
branches: 94,
branches: 98,
functions: 100,
lines: 100,
statements: 100,
Expand Down

0 comments on commit 705b6db

Please sign in to comment.