Hi Alexander, The nifi-code-coverage module [1] contains the JaCoCo plugin configuration to report code coverage. As shown in the Maven configuration, the report-code-coverage profile must be enabled for JaCoCo reporting to run.
Regards, David Handermann [1] https://github.com/apache/nifi/blob/main/nifi-code-coverage/pom.xml On Thu, May 1, 2025 at 6:05 AM Alexander Lepekhin <alepekh...@gmail.com> wrote: > > HI, > > Can anybody tell me how to generate NiFi code coverage report > "./mvnw install" seems does not generate it > > > -- > > Alexander