Is there a way to generate test coverage reports in the javaagent sub-module of the Instrumentation module? #9682
Unanswered
123liuziming
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 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.
-
We can easily generate test coverage report using
otel.jacoco-conventions
plugin in other modules such aslibrary
and etc.But in
javaagent
submodule, the testcoverage rate is always 0, may be due to the module is enhanced bybytebuddy
. Is there anyway to generate test coverage report injavaagent
module?Beta Was this translation helpful? Give feedback.
All reactions