Skip to content

Commit

Permalink
test: adjust coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Feb 6, 2024
1 parent 3fd2138 commit 78e9fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/assets-controllers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ module.exports = merge(baseConfig, {
coverageThreshold: {
global: {
branches: 88.36,
functions: 97.08,
lines: 97.23,
statements: 97.28,
functions: 95.32,
lines: 96.82,
statements: 96.83,
},
},

Expand Down

0 comments on commit 78e9fde

Please sign in to comment.