We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e749aaa commit 113cc4eCopy full SHA for 113cc4e
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
cache-read-only: true
33
34
- name: Build with Gradle
35
- run: ./gradlew clean build
+ run: ./gradlew clean ktlintCheck build koverLog koverHtmlReport
36
37
- name: Upload Reports
38
if: always()
build.gradle.kts
@@ -30,7 +30,7 @@ kover {
30
}
31
verify {
rule {
- minBound(60)
+ minBound(65)
0 commit comments