-
Notifications
You must be signed in to change notification settings - Fork 3
/
codecov.yml
42 lines (42 loc) · 1.09 KB
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ignore:
- "**/BR.*"
- "**/R.class"
- "**/R$*.class"
- "**/BuildConfig.*"
- "**/Manifest*.*"
- "**/*Test*.*"
- "**/*Mock*.*"
- "**/*$ViewInjector*.*"
- "**/*$ViewBinder*.*"
- "**/*_MembersInjector.class"
- "**/Dagger*Component.class"
- "**/Dagger*Component$Builder.class"
- "**/*Module_*Factory.class"
- "**/di/module/*"
- "**/*Module*.*"
- "**/*Dagger*.*"
- "**/*Hilt*.*"
- "**/*MapperImpl*.*"
- "**/*$ViewInjector*.*"
- "**/*$ViewBinder*.*"
- "**/BuildConfig.*"
- "**/*Component*.*"
- "**/*BR*.*"
- "**/Manifest*.*"
- "**/*$Lambda$*.*"
- "**/*Companion*.*"
- "**/*Module*.*"
- "**/*Dagger*.*"
- "**/*Hilt*.*"
- "**/*$Builder*"
- "**/*$Parcelable*.*"
- "**/*MembersInjector*.*"
- "**/*_MembersInjector.class"
- "**/*_Factory*.*"
- "**/*_Provide*Factory*.*"
- "**/*Extensions*.*"
- "**/*$Result.*"
- "**/*$Result$*.*"
- "**/me/**/*.*"
- "**/api"
- "**/org/**/*.*"