-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
24 lines (22 loc) · 1.15 KB
/
codecov.yml
File metadata and controls
24 lines (22 loc) · 1.15 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
coverage:
precision: 2
round: down
range: "70...100"
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false
ignore:
# Android platform-specific (require device context)
- "composeApp/src/androidMain/kotlin/com/nacchofer31/randomboxd/MainActivity.kt"
- "composeApp/src/androidMain/kotlin/com/nacchofer31/randomboxd/Platform.android.kt"
- "composeApp/src/androidMain/kotlin/com/nacchofer31/randomboxd/core/data/OnboardingPreferences.android.kt"
# Compose UI theme (no logic)
- "composeApp/src/commonMain/kotlin/com/nacchofer31/randomboxd/core/presentation/RandomBoxdTheme.kt"
# Inline functions — JaCoCo cannot track coverage at declaration site
- "composeApp/src/commonMain/kotlin/com/nacchofer31/randomboxd/core/domain/ResultData.kt"
- "composeApp/src/commonMain/kotlin/com/nacchofer31/randomboxd/core/data/RandomBoxdHttpClientExt.kt"
# Pure interfaces (no executable code)
- "composeApp/src/commonMain/kotlin/com/nacchofer31/randomboxd/random_film/domain/repository/RandomFilmRepository.kt"
# Room generated code
- "composeApp/src/commonMain/kotlin/com/nacchofer31/randomboxd/core/data/UsernameDatabase.kt"