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 21, 2024
1 parent d4581a9 commit 8aaeb9c
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 @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 88.53,
branches: 88.58,
functions: 96.98,
lines: 97.15,
statements: 97.21,
lines: 97.35,
statements: 97.4,
},
},

Expand Down

0 comments on commit 8aaeb9c

Please sign in to comment.