-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodecov.yml
More file actions
81 lines (77 loc) · 2.59 KB
/
codecov.yml
File metadata and controls
81 lines (77 loc) · 2.59 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
coverage:
status:
project:
default:
target: 80%
patch:
default:
target: 80%
ignore:
- "**/R"
- "**/R_*"
- "**/di/**"
- "**/util/**"
- "**/dao/**"
- "**/dto/**"
- "**/db/**"
- "**/response/**"
- "**/exceptions/**"
- "**/logging/**"
- "**/BuildConfig*"
- "**/Manifest*"
- "com/sanaa/novix/ui/theme/**"
- "**/ComposableSingletons*"
- "**/MainActivity*"
- "**/NovixApp*"
- "com/sanaa/image_viewer/**"
- "com/sanaa/designsystem/**"
- "com/sanaa/vod/dataSource.**",
- "**/entity/**"
- "search/usecase/search_param/**"
- "com/sanaa/identity/dataSoruce/dataStore/**"
- "com/sanaa/vod/mapper/**"
- "com/sanaa/search/repository/**"
- "com/sanaa/presentation/screen/componants/**"
- "com/sanaa/presentation/component/**"
- "com/sanaa/presentation/model/**"
- "com/sanaa/presentation/details_base/**"
- "com/sanaa/presentation/screen/state/**"
- "com/sanaa/presentation/screen/SearchScreen*"
- "com/sanaa/vod/media/movie/MovieApiService/*",
- "com/sanaa/presentation/navigation/**"
- "**/proto/**"
- "**/mapper/**"
- "com/sanaa/presentation/**"
- "com/sanaa/presentation/screen/actor/componants/**"
- "com/sanaa/presentation/screen/actor/screen/**"
- "com/sanaa/presentation/screen/episodeDetails/components/**"
- "com/sanaa/presentation/screen/episodeDetails/**"
- "com/sanaa/presentation/screen/movieDetails/components/**"
- "com/sanaa/presentation/screen/genreMovies/**"
- "com/sanaa/presentation/screen/movieDetails/MovieDetailsScreen*"
- "com/sanaa/presentation/screen/genreTvShows/GenreTvShowsScreen*"
- "com/sanaa/presentation/screen/review/components/**"
- "com/sanaa/presentation/screen/review/**"
- "com/sanaa/presentation/screen/tvShow/**"
- "com/sanaa/feature/media_details/api/*"
- "com/sanaa/presentation/cards/**"
- "feature/media_details/api**",
- "com/sanaa/presentation/cards/**",
- "com/sanaa/presentation/components/**",
- "com/sanaa/presentation/app/**",
- "com/sanaa/presentation/api/**",
- "com/sanaa/presentation/screen/**",
- "com/sanaa/vod/dataSource/remote/search/search/**",
- "com/sanaa/presentation/util/**",
- "com/sanaa/presentation/state/**",
- "com/sanaa/vod/media/**",
- "com/sanaa/presentation/modifier/**",
- "com/sanaa/presentation/screen/login/**"
- "**/network/**"
- "com/sanaa/identity/dataSoruce/local/dataStore/**"
- "**/util/**"
- "com/sanaa/presentation/screen/login/components/**"
- "com/sanaa/presentation/screen/login_base/**"
- "com/sanaa/presentation/screen/welcome/**"
- "com/sanaa/presentation/screen/welcome/components/**"
- "**/api/**",