Home > Net >  Is it possible to always use the coverage option "Use tracing"
Is it possible to always use the coverage option "Use tracing"

Time:01-10

I would like to use the "Use tracing" coverage option always, instead of having to go into "Run configurations" and set the coverage option there, for every class or method that I run a test on. Is it possible?

CodePudding user response:

You can modify the run config template: https://www.jetbrains.com/help/idea/run-debug-configuration.html#templates

  • Related