I have configured Jacoco successfully in my project, but I'd like to have my test coverage report open automatically when the test coverage verifications rules I set up fail.
Would I have to use gradle tasks to do that, or is there an out of the box way to accomplish that?
I have tried finding a way to do so, but I could not find a post anywhere.
Thanks!