Skip to content

Commit

Permalink
Merge branch 'develop' into feature/communication/send-faq-to-iris
Browse files Browse the repository at this point in the history
  • Loading branch information
cremertim authored Jan 31, 2025
2 parents bb0ce2f + 59a9e64 commit f0d001c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ ext {
"CLASS": 1
],
"iris" : [
"INSTRUCTION": 0.775,
"CLASS": 22
"INSTRUCTION": 0.760,
"CLASS": 25
],
"lecture" : [
"INSTRUCTION": 0.867,
Expand Down
8 changes: 4 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should increase to at least 90%
statements: 88.84,
branches: 74.47,
functions: 83.03,
lines: 88.86,
statements: 88.82,
branches: 74.45,
functions: 82.97,
lines: 88.84,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand Down

0 comments on commit f0d001c

Please sign in to comment.