From 833bf463e770235d27cf551aa0e50de9f68fdefe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:04:28 -0400 Subject: [PATCH] chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.7.3 (#468) --- .github/workflows/pr_checks.yml | 2 +- build.gradle.kts | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index a97318cb2..6574f6730 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -28,4 +28,4 @@ jobs: uses: burrunan/gradle-cache-action@v1 with: gradle-version: wrapper - arguments: test koverMergedReport + arguments: test koverHtmlReport diff --git a/build.gradle.kts b/build.gradle.kts index 2c294d5ea..b30c91cbc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("io.bkbn.sourdough.application.jvm") version "0.12.0" apply false id("io.bkbn.sourdough.root") version "0.12.0" id("com.github.jakemarsden.git-hooks") version "0.0.2" - id("org.jetbrains.kotlinx.kover") version "0.6.1" + id("org.jetbrains.kotlinx.kover") version "0.7.3" id("io.github.gradle-nexus.publish-plugin") version "1.3.0" } @@ -18,6 +18,10 @@ gitHooks { ) } +dependencies { + subprojects.forEach { kover(it) } +} + allprojects { group = "io.bkbn" version = run {