pitest
pitest copied to clipboard
Report is empty although plugin runs during the build
I'm running the plugin successfully on my project https://github.com/ottlinger/mailclena/blob/master/pom.xml#L465 but the generated site report does only contain an empty directory, while the build & site build itself runs through.
Is there misconfiguration or something I may have missed in the documentation?
- Plugin is configured
- Reporting is configured as mentioned in the docs
- Project uses JUnit5 and has thresholds configured in the build phase
Any hint is greatly appreciated on how to have a pitest-run-plugin report in my site build.
Thanks