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 Jan 29, 2024
1 parent f149b29 commit 1d7a580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets-controllers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 88.3,
branches: 88.22,
functions: 95.32,
lines: 96.75,
statements: 96.75,
Expand Down

0 comments on commit 1d7a580

Please sign in to comment.