How do i tell dcover create to skip test cases for dto's and entitys?

How do i tell dcover create to skip test cases for dto’s and entitys ?

@Jane_Walls anything on this

Hi @Shubh

To confirm do you mean to exclude classes/methods that contain/are DTO’s or entities?

If so, in the CLI tool you are able to exclude classes and/or methods using the --exclude option, see documentation here. There is not this option in the IntelliJ tool, however, you can just choose not to click write tests in these cases.

There might be another solution here;
Can you please tell us more about why you are wanting to exclude these test cases?

Kind regards,

Jane @ Diffblue