When running junit tests coverage shows well, but includes some classes which I don't want. Some searching results suggested adding something like jacoco and that vscode would read exclusions from that, but it didn't work. Any way to configure which classes should be excluded from test coverage results?