Re: Code coverage for NiFi processor

2018-10-06 Thread Mohammed Nadeem
Hi James, Yes, I had used JaCoCo plugin to get the code coverage for the mocked Junit testcases written. Copy below details to the nifi-custom-processors pom.xml file. jacoco ${project.basedir}/../target/jacoco.exec java org.jacoco jacoco-maven-plugin

Code coverage for NiFi processor

2018-09-21 Thread James Srinivasan
Has anyone got JaCoCo (or similar) working with a custom processor created from the archetype? Many thanks, James