Skip to content

Commit 18b22e8

Browse files
authored
Development: Update server test coverage
1 parent f583d17 commit 18b22e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/jacoco.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ext {
22
// TODO: this should become 90% for INSTRUCTION and 0 for CLASS
33
//This also needs to be lowered if we merge nebula PRs
4-
AggregatedCoverageThresholds = ["INSTRUCTION": 0.862, "CLASS": 138]
4+
AggregatedCoverageThresholds = ["INSTRUCTION": 0.862, "CLASS": 144]
55
// TODO: each module should achieve 90% for INSTRUCTION and 0 for CLASS
66
ModuleCoverageThresholds = [
77
"assessment" : ["INSTRUCTION": 0.918, "CLASS": 0],
88
"athena" : ["INSTRUCTION": 0.856, "CLASS": 2],
9-
"atlas" : ["INSTRUCTION": 0.902, "CLASS": 5],
9+
"atlas" : ["INSTRUCTION": 0.902, "CLASS": 4],
1010
"buildagent" : ["INSTRUCTION": 0.803, "CLASS": 1],
11-
"communication" : ["INSTRUCTION": 0.863, "CLASS": 9],
12-
"core" : ["INSTRUCTION": 0.815, "CLASS": 62],
13-
"exam" : ["INSTRUCTION": 0.907, "CLASS": 3],
11+
"communication" : ["INSTRUCTION": 0.863, "CLASS": 6],
12+
"core" : ["INSTRUCTION": 0.815, "CLASS": 61],
13+
"exam" : ["INSTRUCTION": 0.907, "CLASS": 2],
1414
"exercise" : ["INSTRUCTION": 0.911, "CLASS": 0],
1515
"fileupload" : ["INSTRUCTION": 0.945, "CLASS": 0],
1616
"hyperion" : ["INSTRUCTION": 0.646, "CLASS": 9],
@@ -20,7 +20,7 @@ ext {
2020
"modeling" : ["INSTRUCTION": 0.935, "CLASS": 0],
2121
"nebula" : ["INSTRUCTION": 0.836, "CLASS": 0],
2222
"plagiarism" : ["INSTRUCTION": 0.908, "CLASS": 2],
23-
"programming" : ["INSTRUCTION": 0.846, "CLASS": 17],
23+
"programming" : ["INSTRUCTION": 0.835, "CLASS": 27],
2424
"quiz" : ["INSTRUCTION": 0.868, "CLASS": 3],
2525
"text" : ["INSTRUCTION": 0.946, "CLASS": 1],
2626
"tutorialgroup" : ["INSTRUCTION": 0.919, "CLASS": 1],

0 commit comments

Comments
 (0)