Disable coverage for my own RunConfigurationType

When I have MyDebugger extends from GenericDebuggerRunner, I can easily tell this configuration type support debug or not (based on the configuration details), I can return false in `canRun()` method.

 

How could tell `Run with` Coverage that this  configuration type doesn't support coverage? I'm following examples here https://github.com/vitorzachi/tomcat-runner/blob/master/src/br/com/camtwo/intellij/tomcatrunner/runner/TomcatProgramDebugger.java

0

Please sign in to leave a comment.