Skip to content

Commit

Permalink
Development: Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Aug 12, 2024
1 parent 8c58642 commit 5fda6fa
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 139 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should increase to at least 90%
statements: 87.06,
branches: 73.30,
functions: 81.28,
lines: 87.14,
statements: 87.22,
branches: 73.40,
functions: 81.54,
lines: 87.29,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down
Loading

0 comments on commit 5fda6fa

Please sign in to comment.