Replies: 1 comment 1 reply
-
/cc @quarkusio/devtools (maven) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using <quarkus.platform.version>3.2.8.Final</quarkus.platform.version> and jacoco version is
org.jacoco
jacoco-maven-plugin
0.8.8
The jacoco coverage was working fine till we had 3.1..
The coverage will start work as soon I remove @QuarkusTest anotation from the class. Tried most of properties provided in
https://quarkus.io/version/3.2/guides/tests-with-coverage#setting-up-jacoco.
Let me know if anyone faced same problem, what could be the reasons for such failure of coverage.
Beta Was this translation helpful? Give feedback.
All reactions