You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup my project to have a coverage report of both my unit and integration tests. The only module that shows how to get a coverage report does not include any QuarkusIntegrationTest. It contains a test class annotated with @QuarkusTest and @tag("integration") which it was making me even more confused.
I tried to follow the doc but my integration tests were simply ignored.
I did it all in maven, even though my project is in gradle, because the doc does not contain an explanation of how to setup the environment in gradle.
Does anyone have a working example of a project that generates a coverage report of both unit and integration tests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup my project to have a coverage report of both my unit and integration tests. The only module that shows how to get a coverage report does not include any QuarkusIntegrationTest. It contains a test class annotated with @QuarkusTest and @tag("integration") which it was making me even more confused.
I tried to follow the doc but my integration tests were simply ignored.
I did it all in maven, even though my project is in gradle, because the doc does not contain an explanation of how to setup the environment in gradle.
Does anyone have a working example of a project that generates a coverage report of both unit and integration tests?
Beta Was this translation helpful? Give feedback.
All reactions