From 27b9aae541457da216ed4b1cd31c25853fda6690 Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Tue, 6 Aug 2024 23:13:14 -0400 Subject: [PATCH] Add Kotlin Kover to Github Actions workflow --- .github/workflows/gradle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 05bb58b1..12d00273 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -36,6 +36,12 @@ jobs: - name: Build with Gradle Wrapper run: ./gradlew build + - name: Test Coverage Report + uses: stevenleadbeater/kotlin-kover-action@v1.0.3 + with: + coverage-threshold: 90 + + # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version. #