Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS] )
Marks a function, class, or annotation class to be excluded from Jacoco code coverage reports.
Link copied to clipboard
annotation class PreviewExcludeGenerated
Composite annotation that combines Preview with @ExcludeFromJacocoGeneratedReport so that Compose preview functions are excluded from Jacoco coverage reports.
Link copied to clipboard
annotation class PreviewWithBackgroundExcludeGenerated
Composite annotation that combines Preview with @ExcludeFromJacocoGeneratedReport so that background-enabled Compose preview functions are excluded from Jacoco coverage reports.