ExcludeFromCoverage

@Target(allowedTargets = [AnnotationTarget.CLASS])
internal annotation class ExcludeFromCoverage(source)

Exclude from coverage annotation is used to exclude the classes from the code coverage report.