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? |
0 replies
|
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 |
0 replies
|
I guess I don't understand what RESTEasy can do here. |
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 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.
All reactions