Skip to content

Commit

Permalink
Bump kotlinx-kover from 0.7.6 to 0.8.0 (#546)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gaëtan Muller <[email protected]>
  • Loading branch information
dependabot[bot] and MGaetan89 authored May 21, 2024
1 parent 4ad5d1e commit a505e42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
package ch.srgssr.pillarbox.gradle

import com.android.build.api.dsl.LibraryExtension
import kotlinx.kover.gradle.plugin.dsl.KoverReportExtension
import kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension
import org.gradle.api.Plugin
import org.gradle.api.Project
import org.gradle.api.tasks.testing.Test
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.kotlin.dsl.assign
import org.gradle.kotlin.dsl.configure
import org.gradle.kotlin.dsl.withType

Expand All @@ -34,10 +35,12 @@ class PillarboxAndroidLibraryTestedModulePlugin : Plugin<Project> {
}
}

extensions.configure<KoverReportExtension> {
androidReports("debug") {
xml {
title.set(project.path)
extensions.configure<KoverProjectExtension> {
reports {
variant("debug") {
xml {
title = project.path
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json = "20240303"
junit = "4.13.2"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.1"
kotlinx-kover = "0.7.6"
kotlinx-kover = "0.8.0"
kotlinx-serialization = "1.6.3"
ktor = "2.3.11"
mockk = "1.13.11"
Expand Down

0 comments on commit a505e42

Please sign in to comment.