Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adjust coverage thresholds
Browse files Browse the repository at this point in the history
MajorLift committed Feb 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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,
},
},

0 comments on commit 8aaeb9c

Please sign in to comment.