Skip to content

Commit

Permalink
Development: Update client dependencie
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Dec 11, 2024
1 parent da468e2 commit e687499
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 160 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should increase to at least 90%
statements: 87.69,
statements: 87.67,
branches: 73.79,
functions: 82.27,
lines: 87.74,
lines: 87.72,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down
Loading

0 comments on commit e687499

Please sign in to comment.