I am searching for a way to check the coverage of *public* methods within
the check maven goal.
Something in the sense of (with pseudo ICoverageNode.CounterEntity enum
PUBLIC-METHOD)
<rules>
<rule>
<element>BUNDLE</element>
<limits>
<limit>
<counter>PUBLIC-METHOD</counter>
<value>MISSEDCOUNT</value>
<maximum>0</maximum>
</limit>
</limits>
</rule>
</rules>
https://www.jacoco.org/jacoco/trunk/doc/check-mojo.html
Is this possible?
--
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/24dd57e0-fcbf-4c84-9f0b-043170ff7e8c%40googlegroups.com.