Skip to content

Commit

Permalink
[#3438] Update Kover to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed May 16, 2024
1 parent 83acb1b commit e366122
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions CCC.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,21 @@ group = ProjectSettings.PROJECT_ID
version = ProjectSettings.getVersionName(project)

allprojects {
apply(plugin = rootProject.libs.plugins.kover.get().pluginId).also {
rootProject.dependencies.add("kover", project(path))
koverReport {
filters {
excludes {
annotatedBy(
"com.oztechan.ccc.android.ui.compose.annotations.ThemedPreviews",
"androidx.compose.ui.tooling.preview.Preview",
"androidx.compose.runtime.Composable"
)
}
}
}
}
apply(plugin = rootProject.libs.plugins.kover.get().pluginId)
// .also {
// rootProject.dependencies.add("kover", project(path))
// koverReport {
// filters {
// excludes {
// annotatedBy(
// "com.oztechan.ccc.android.ui.compose.annotations.ThemedPreviews",
// "androidx.compose.ui.tooling.preview.Preview",
// "androidx.compose.runtime.Composable"
// )
// }
// }
// }
// }

apply(plugin = rootProject.libs.plugins.detekt.get().pluginId).also {
detekt {
Expand Down

0 comments on commit e366122

Please sign in to comment.