Open lannuttia opened 3 years ago
I created a custom extension and added the test to the deployment project. I only get coverage for the processor but not classes in the runtime module. Is that even possible to achieve?
/cc @MichalMaler, @ebullient, @hmanwani-rh, @inoxx03, @michelle-purcell, @sheilamjones, @sunayna15
There are explanations of how to create code coverage reports for applications. However, I haven't been able to find any documentation on how to configure code coverage reports for custom extensions. It doesn't appear to be as simple as adding the quarkus-jacoco extension.
It would be nice if we could get some documentation on how to set up code coverage reporting for custom extensions in one of the guides related to creating custom Quarkus extensions.