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
CodePudding user response:
This should be present, but it looks like you Coverage plugin is disabled, check it in Preferences | Plugins | Code Coverage for Java