Skip to content

Commit 9ee393f

Browse files
author
I750911
committed
increase coverage threshold
1 parent e027229 commit 9ee393f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
</developers>
3131
<properties>
3232
<project.rootdir>${project.basedir}/../</project.rootdir>
33-
<coverage.complexity>62%</coverage.complexity>
34-
<coverage.line>76%</coverage.line>
35-
<coverage.instruction>76%</coverage.instruction>
36-
<coverage.branch>60%</coverage.branch>
37-
<coverage.method>74%</coverage.method>
38-
<coverage.class>90%</coverage.class>
33+
<coverage.complexity>100%</coverage.complexity>
34+
<coverage.line>100%</coverage.line>
35+
<coverage.instruction>100%</coverage.instruction>
36+
<coverage.branch>100%</coverage.branch>
37+
<coverage.method>100%</coverage.method>
38+
<coverage.class>100%</coverage.class>
3939
</properties>
4040

4141
<dependencies>

foundation-models/openai/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<coverage.complexity>72%</coverage.complexity>
37-
<coverage.line>80%</coverage.line>
38-
<coverage.instruction>76%</coverage.instruction>
39-
<coverage.branch>70%</coverage.branch>
40-
<coverage.method>83%</coverage.method>
41-
<coverage.class>84%</coverage.class>
36+
<coverage.complexity>100%</coverage.complexity>
37+
<coverage.line>100%</coverage.line>
38+
<coverage.instruction>100%</coverage.instruction>
39+
<coverage.branch>100%</coverage.branch>
40+
<coverage.method>100%</coverage.method>
41+
<coverage.class>100%</coverage.class>
4242
</properties>
4343
<dependencies>
4444
<dependency>

orchestration/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</developers>
3232
<properties>
3333
<project.rootdir>${project.basedir}/../</project.rootdir>
34-
<coverage.complexity>76%</coverage.complexity>
35-
<coverage.line>92%</coverage.line>
36-
<coverage.instruction>92%</coverage.instruction>
37-
<coverage.branch>73%</coverage.branch>
38-
<coverage.method>88%</coverage.method>
34+
<coverage.complexity>100%</coverage.complexity>
35+
<coverage.line>100%</coverage.line>
36+
<coverage.instruction>100%</coverage.instruction>
37+
<coverage.branch>100%</coverage.branch>
38+
<coverage.method>100%</coverage.method>
3939
<coverage.class>100%</coverage.class>
4040
</properties>
4141

0 commit comments

Comments
 (0)