Skip to content

Commit

Permalink
Merge branch 'develop' into feature/programming-exercises/refactor-an…
Browse files Browse the repository at this point in the history
…d-add-filtering-for-erroranalysis
  • Loading branch information
az108 authored Sep 13, 2024
2 parents ec9fe4d + 0dc8573 commit e7d16c7
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 397 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.39,
branches: 73.61,
functions: 81.93,
lines: 87.45,
statements: 87.36,
branches: 73.56,
functions: 81.90,
lines: 87.42,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down
Loading

0 comments on commit e7d16c7

Please sign in to comment.