How to use Jacoco quarkus dependency for code coverage in multi module project? #30497
Unanswered
JakubKubena
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Do your unit tests use Quarkus Jacoco does work out of the box for me, if I follow the steps in the guide precisely. Every step is important. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am facing the same issue. If I don't annotate with @QuarkusTest, the coverage for the included module is computed correctly, but with the @QuarkusTest annotation, no coverage for the other module is computed |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a fresh 2 module quarkus project with quarkus jacoco dependency. Unit tests for both modules are in the second one and whatever I do, I cant get coverage on the module which does not include tests. From reading the quarkus jacoco guide, my understanding was that this should work out of the box, without any extensive configuration. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions