Skip to content

Commit a8db434

Browse files
author
I750911
committed
final coverage orchestration
1 parent f8b239e commit a8db434

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

0 commit comments

Comments
 (0)