Skip to content

Commit

Permalink
SCAL-233454-exp cov-test
Browse files Browse the repository at this point in the history
  • Loading branch information
yinstardev committed Jan 2, 2025
1 parent 57b955d commit df2b1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ module.exports = {
coveragePathIgnorePatterns: ['/node_modules/', '/test/'],
coverageThreshold: {
'./src/': {
branches: 70,
functions: 80,
lines: 80,
branches: 87,
functions: 88,
lines: 96,
},
},
testPathIgnorePatterns: ['/lib/', '/docs/', '/cjs/'],
Expand Down

0 comments on commit df2b1ae

Please sign in to comment.