Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5041280b authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

build(jacoco): exclude androidTest-covered auth UI and synthetic classes

parent 09d7dcc3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -54,9 +54,20 @@ def jacocoFileFilter = [
        '**/Manifest*.*',
        '**/*Test*.*',
        '**/ui/**',
        '**/feature/auth/dialog/**',
        '**/feature/auth/login/component/**',
        '**/feature/auth/login/*Fragment*.*',
        '**/feature/auth/login/*Screen*.*',
        '**/feature/auth/toc/component/**',
        '**/feature/auth/toc/*Fragment*.*',
        '**/feature/auth/toc/*Screen*.*',
        '**/*_ViewBinding*.*',
        '**/*Binding.class',
        '**/*BindingImpl.class',
        '**/*_Impl*.*',
        '**/*$DefaultImpls.class',
        '**/*$WhenMappings.class',
        '**/ComposableSingletons*.*',
        '**/Dagger*.*',
        '**/*MembersInjector*.*',
        '**/*_Factory*.*',