Skip to content

Commit

Permalink
removed kover plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Talha Ali committed Dec 8, 2023
1 parent 634ea54 commit f83cda3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import com.android.build.gradle.BaseExtension
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("release-scripts")
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
}

buildscript {
Expand Down
27 changes: 0 additions & 27 deletions core/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id("jacoco-report")
alias(libs.plugins.sqlDelight)
id("com.google.devtools.ksp") version kspVersion
id("org.jetbrains.kotlinx.kover")
}

project.apply {
Expand Down Expand Up @@ -83,32 +82,6 @@ sqldelight {
}
}

koverReport {
androidReports("release") {
filters {
excludes {
classes(
"*Fragment",
"*Fragment\$*",
"*Activity",
"*Activity\$*",
"*.databinding.*",
"*.BuildConfig",

// excludes debug classes
"*.DebugUtil"
)
}
}
// binary {
//
// }
// xml {
// this.setReportFile(File(rootDir, ".qodana/code-coverage/coverage.xml"))
// }
}
}

dependencies {
debugApi(project(":foundation"))
releaseApi("com.walletconnect:foundation:$FOUNDATION_VERSION")

Check warning on line 87 in core/android/build.gradle.kts

View workflow job for this annotation

GitHub Actions / Qodana Community for Android

Use TOML Version Catalog Instead

Use version catalog instead
Expand Down

0 comments on commit f83cda3

Please sign in to comment.