Jacoco doesn't count coverage for @QuarkusTest tests in own submodule #39055
Unanswered
psdorofeev
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,





I have a gradle quarkus project which consists of 2 submodules: api and utils.
api module contains test classes for both utils and api modules (some of them are marked as @QuarkusTest).
api's build gradle is configured according to https://quarkus.io/guides/tests-with-coverage#quarkus-jacoco-jacoco-config_quarkus-jacoco-includes:
And Jacoco report shows 0% coverage for QuarkusTest classes:
Project structre:
Beta Was this translation helpful? Give feedback.
All reactions