File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 96
96
<goal >prepare-agent</goal >
97
97
</goals >
98
98
</execution >
99
- <execution >
100
- <id >report</id >
101
- <phase >prepare-package</phase >
102
- <goals >
103
- <goal >report</goal >
104
- </goals >
105
- </execution >
106
99
<execution >
107
100
<id >jacoco-check</id >
108
101
<goals >
111
104
<configuration >
112
105
<rules >
113
106
<rule >
114
- <element >PACKAGE </element >
107
+ <element >BUNDLE </element >
115
108
<limits >
116
109
<limit >
117
110
<counter >LINE</counter >
118
111
<value >COVEREDRATIO</value >
119
112
<minimum >1</minimum >
120
113
</limit >
114
+ <limit >
115
+ <counter >BRANCH</counter >
116
+ <value >COVEREDRATIO</value >
117
+ <minimum >1</minimum >
118
+ </limit >
121
119
</limits >
122
120
</rule >
123
121
</rules >
124
122
</configuration >
125
123
</execution >
124
+ <execution >
125
+ <id >report</id >
126
+ <phase >prepare-package</phase >
127
+ <goals >
128
+ <goal >report</goal >
129
+ </goals >
130
+ </execution >
126
131
</executions >
127
132
</plugin >
128
133
<plugin >
You can’t perform that action at this time.
0 commit comments