[
https://issues.apache.org/jira/browse/NIFI-14507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948827#comment-17948827
]
Pierre Villard commented on NIFI-14507:
---------------------------------------
As [~exceptionfactory] answered you on the mailing list:
{quote}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.
[1] [https://github.com/apache/nifi/blob/main/nifi-code-coverage/pom.xml]
{quote}
Does that help?
> Create code coverage report
> ---------------------------
>
> Key: NIFI-14507
> URL: https://issues.apache.org/jira/browse/NIFI-14507
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Alexander Lepekhin
> Assignee: Alexander Lepekhin
> Priority: Minor
>
> Currently code coverage report is not generated.
> How to reproduce:
> * execute
> {code:java}
> ./mvnw clean install{code}
> in the root folder
> * go to any submodule, i.e. nifi-mock
> * expected result: tests passed and coverage report generated
> * actual result: tests passed, coverage report not generated
--
This message was sent by Atlassian Jira
(v8.20.10#820010)