Skip to content

Commit 162cb6b

Browse files
increase coverage
1 parent bcf0d99 commit 162cb6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

orchestration/pom.xml

Lines changed: 4 additions & 4 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>77%</coverage.complexity>
35-
<coverage.line>92%</coverage.line>
36-
<coverage.instruction>92%</coverage.instruction>
34+
<coverage.complexity>82%</coverage.complexity>
35+
<coverage.line>93%</coverage.line>
36+
<coverage.instruction>93%</coverage.instruction>
3737
<coverage.branch>70%</coverage.branch>
38-
<coverage.method>92%</coverage.method>
38+
<coverage.method>95%</coverage.method>
3939
<coverage.class>100%</coverage.class>
4040
</properties>
4141

0 commit comments

Comments
 (0)