On Tuesday, November 28, 2017 at 12:04:41 PM UTC+1, Rajdeep Biswas wrote:
>
> Thanks Evgeny, was a good insight.
>
> I tried without jenkins plugin also. But I still see the package
>
> <plugin>
> <groupId>org.jacoco</groupId>
> <artifactId>jacoco-maven-plugin</artifactId>
> <version>0.7.4.201502262128</version>
> <executions>
> <execution>
> <id>default-cli</id>
> <phase>post-integration-test</phase>
> <goals>
> <goal>dump</goal>
> </goals>
> <configuration>
> <reset>${Reset}</reset>
> <address>${testHost}</address>
> <excludes>
> <!-- exclude generated code from coverage report -->
> <exclude>**/pkg1/subpkg1/**</exclude>
> <exclude>**/pkg2/subpkg1/MyClass*.*</exclude>
> </excludes>
> </configuration>
> </execution>
> </executions>
> </plugin>
>
>
As of today if you want exclusions to affect report generation, then you
must specify them for the report generation, i.e. "report" goal.
https://github.com/jacoco/jacoco/issues/424
https://github.com/jacoco/jacoco/issues/188
> Moreover in the HTML report generated by above, clicking columns is not
> sorting, for example, by package name.
>
Sorting by package name is working as you can see on example of our own
report
- http://www.jacoco.org/jacoco/trunk/coverage/org.jacoco.report/index.html#dn-a
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/49b7f214-f064-4375-a597-c75f6ce1d672%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.