We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e862d7f commit 15f2b94Copy full SHA for 15f2b94
1 file changed
checkmarx-ast-eclipse-plugin-tests/pom.xml
@@ -33,7 +33,20 @@
33
<destFile>${project.build.directory}/jacoco.exec</destFile>
34
</configuration>
35
</execution>
36
- </executions>
+ <execution>
37
+ <id>report</id>
38
+ <phase>verify</phase>
39
+ <goals>
40
+ <goal>report</goal>
41
+ </goals>
42
+ <configuration>
43
+ <formats>
44
+ <format>XML</format>
45
+ <format>CSV</format>
46
+ </formats>
47
+ </configuration>
48
+ </execution>
49
+ </executions>
50
</plugin>
51
<plugin>
52
<groupId>org.eclipse.tycho</groupId>
0 commit comments