[
https://issues.apache.org/jira/browse/NIFI-14507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948831#comment-17948831
]
Pierre Villard commented on NIFI-14507:
---------------------------------------
To add a bit more context, code coverage is automatically executed via Github
Workflows.
You can see the runs here:
[https://github.com/apache/nifi/actions/workflows/code-coverage.yml]
The workflow is defined here:
[https://github.com/apache/nifi/blob/main/.github/workflows/code-coverage.yml]
Code coverage for NiFi overall is available here:
[https://app.codecov.io/github/apache/nifi]
And you'd get code coverage for specific PRs/commits. Example:
[https://app.codecov.io/github/apache/nifi/commit/14b73d54d28538da470b92a4387b64a30178aeb9]
> 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)