Reputation: 16624
How to run test coverage build in Idea 2022.2.3 (currently the latest) for a Gradle managed Java project?
The toolbar button "Run with Coverage" action is disabled and run configurations for both "Gradle" and "JUnit" task types doesn't seem to contain any of Code coverage configuration tab and Modify options > Add Run Options > Coverage settings sub-menu referred in the documentation. The documentation also mentions
Run configurations are currently being redesigned
Actual run configurations
Upvotes: 0
Views: 2876
Reputation: 431
This should be present, but it looks like you Coverage plugin is disabled, check it in Preferences | Plugins | Code Coverage for Java
Upvotes: 1