Skip to content

Commit e37a90b

Browse files
author
I750911
committed
final coverage openAI
1 parent a8db434 commit e37a90b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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>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>
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>
4242
</properties>
4343
<dependencies>
4444
<dependency>

0 commit comments

Comments
 (0)