Skip to content

Commit

Permalink
Development: Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Jan 5, 2025
1 parent 99c5fb9 commit 294adf7
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 272 deletions.
8 changes: 4 additions & 4 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.71,
branches: 73.85,
functions: 82.28,
lines: 87.77,
statements: 87.73,
branches: 73.87,
functions: 82.44,
lines: 87.78,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down
Loading

0 comments on commit 294adf7

Please sign in to comment.