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.
chore: update test coverage thresholds
Browse files Browse the repository at this point in the history
legobeat committed Sep 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a0b6d77 commit 6e3a5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -45,10 +45,10 @@ const baseConfig = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 64.95,
branches: 64.65,
functions: 65.65,
lines: 66.04,
statements: 66.13,
lines: 65.51,
statements: 65.61,
},
},

0 comments on commit 6e3a5a1

Please sign in to comment.