Skip to content

Commit 15f2b94

Browse files
Jacoco summary report
1 parent e862d7f commit 15f2b94

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

  • checkmarx-ast-eclipse-plugin-tests

checkmarx-ast-eclipse-plugin-tests/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,20 @@
3333
<destFile>${project.build.directory}/jacoco.exec</destFile>
3434
</configuration>
3535
</execution>
36-
</executions>
36+
<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>
3750
</plugin>
3851
<plugin>
3952
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)