File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 119
119
<version >2.22.2</version >
120
120
<configuration >
121
121
<argLine >
122
- --illegal-access=permit
122
+ ${surefireArgLine}
123
123
</argLine >
124
124
</configuration >
125
125
</plugin >
144
144
145
145
<execution >
146
146
<id >report</id >
147
- <phase >test </phase >
147
+ <phase >verify </phase >
148
148
<goals >
149
149
<goal >report</goal >
150
150
</goals >
155
155
</configuration >
156
156
</execution >
157
157
158
-
159
-
160
158
<execution >
161
159
<id >jacoco-check</id >
162
160
<goals >
163
161
<goal >check</goal >
164
162
</goals >
165
163
<configuration >
164
+ <dataFile >${project.build.directory} /coverage-reports/jacoco-ut.exec</dataFile >
165
+ <excludes >
166
+ <exclude >dev/openfeature/javasdk/exceptions/**</exclude >
167
+ </excludes >
168
+
166
169
<rules >
167
170
<rule >
168
171
<element >PACKAGE</element >
169
172
<limits >
170
173
<limit >
171
174
<counter >LINE</counter >
172
175
<value >COVEREDRATIO</value >
173
- <minimum >0.50 </minimum >
176
+ <minimum >0.80 </minimum >
174
177
</limit >
175
178
</limits >
176
179
</rule >
You can’t perform that action at this time.
0 commit comments