Skip to content

Commit e027229

Browse files
author
I750911
committed
current coverage on local run
1 parent 602bbe0 commit e027229

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

foundation-models/openai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<coverage.complexity>71%</coverage.complexity>
36+
<coverage.complexity>72%</coverage.complexity>
3737
<coverage.line>80%</coverage.line>
3838
<coverage.instruction>76%</coverage.instruction>
39-
<coverage.branch>69%</coverage.branch>
39+
<coverage.branch>70%</coverage.branch>
4040
<coverage.method>83%</coverage.method>
4141
<coverage.class>84%</coverage.class>
4242
</properties>

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>70%</coverage.complexity>
35-
<coverage.line>87%</coverage.line>
36-
<coverage.instruction>88%</coverage.instruction>
37-
<coverage.branch>65%</coverage.branch>
38-
<coverage.method>65%</coverage.method>
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>
3939
<coverage.class>100%</coverage.class>
4040
</properties>
4141

0 commit comments

Comments
 (0)