File tree Expand file tree Collapse file tree
checkmarx-ast-eclipse-plugin-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 <groupId >org.eclipse.tycho</groupId >
7878 <artifactId >tycho-surefire-plugin</artifactId >
7979 <version >${tycho.version} </version >
80- <executions >
81- <execution >
82- <phase >test</phase >
83- <goals >
84- <goal >test</goal >
85- </goals >
86- </execution >
87- </executions >
8880 <configuration >
89- <useUIHarness >false </useUIHarness >
81+ <useUIHarness >true </useUIHarness >
9082 <useUIThread >false</useUIThread >
9183 <providerHint >junit5</providerHint >
92- <failIfNoTests >false </failIfNoTests >
84+ <failIfNoTests >true </failIfNoTests >
9385 <argLine >${tycho.testArgLine} </argLine >
9486 <includes >
95- <include >**/*Test.java </include >
87+ <include >${test.includes} </include >
9688 </includes >
97- <excludes >
98- <exclude >**/ui/**</exclude >
99- </excludes >
100- <work >${project.build.directory} /work-unit</work >
10189 </configuration >
10290 </plugin >
10391
Original file line number Diff line number Diff line change 183183 <goals >
184184 <goal >report-aggregate</goal >
185185 </goals >
186- <configuration >
187- <dataFile >${project.build.directory} /jacoco.exec</dataFile >
188- <outputDirectory >${project.build.directory} /site/jacoco-aggregate</outputDirectory >
189- </configuration >
190186 </execution >
191187
192188 </executions >
You can’t perform that action at this time.
0 commit comments