I have a Java application set up on IntelliJ IDEA. I have several tests for which I need to generate coverage reports individually for each of the tests.
IntelliJ IDEA coverage runner runs all the tests at once and generates a single report showing the overall coverage. How can I use IntelliJ IDEA coverage runner or Jacoco plugin in gradle script to generate separate reports the tests?