Skip to content

Commit

Permalink
Remove jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 23, 2024
1 parent aae9c45 commit 1c047e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ plugins {
alias(libs.plugins.about.libraries)
}

val jacocoEnabled: Boolean by project
if (jacocoEnabled) {
println("Applying coverage-report.gradle")
apply {
from("coverage-report.gradle")
}
}

object AppInfo {
const val APP_NAME = "Pinkt"
const val APPLICATION_ID = "com.fibelatti.pinboard"
Expand Down Expand Up @@ -91,8 +83,6 @@ android {
getByName("debug") {
applicationIdSuffix = ".debug"
isMinifyEnabled = false
enableUnitTestCoverage = jacocoEnabled
enableAndroidTestCoverage = jacocoEnabled
}

getByName("release") {
Expand Down
63 changes: 0 additions & 63 deletions app/coverage-report.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ buildscript {
extra["compileSdkVersion"] = 34
extra["targetSdkVersion"] = 34
extra["minSdkVersion"] = 26

val jacocoEnabled: String? by project
extra["jacocoEnabled"] = jacocoEnabled?.toBoolean() ?: false
}

val javaVersion = JavaVersion.VERSION_17
Expand Down

0 comments on commit 1c047e5

Please sign in to comment.