Skip to content

Commit 62cf410

Browse files
committed
Development: Adapt server module test coverage
1 parent 41ce9b2 commit 62cf410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
ModuleCoverageThresholds = [
77
"assessment" : ["INSTRUCTION": 0.918, "CLASS": 0],
88
"athena" : ["INSTRUCTION": 0.855, "CLASS": 2],
9-
"atlas" : ["INSTRUCTION": 0.902, "CLASS": 4],
9+
"atlas" : ["INSTRUCTION": 0.898, "CLASS": 4],
1010
"buildagent" : ["INSTRUCTION": 0.776, "CLASS": 1],
1111
"communication" : ["INSTRUCTION": 0.863, "CLASS": 6],
1212
"core" : ["INSTRUCTION": 0.810, "CLASS": 63],

0 commit comments

Comments
 (0)