Replies: 3 comments 1 reply
-
|
Sorry, my email filtering did not work right and I missed this :) I'm not sure I follow, but RESTEasy currently isn't doing much with coverage reporting. What is it you're looking for? |
Beta Was this translation helpful? Give feedback.
-
|
I tried to add JaCoCo and Arquillian JaCoCo in my Jakarta EE 11 template project https://github.com/hantsy/jakartaee11-starter-boilerplate But the Rest resource classes are not covered. A little different from other Arquillian tests, the rest test worked as a |
Beta Was this translation helpful? Give feedback.
-
|
I guess I don't understand what RESTEasy can do here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried using Arquillian/JUnit to test a Jakarta EE project, but when generating a JaCoCo report, the coverage for the Jakarta REST resource is always 0.
I also tried to add
arquillian-extension-jacocoto dependencies, no surprise.I want to know how Resteasy generates the coverage report.
Beta Was this translation helpful? Give feedback.
All reactions