Skip to content

Commit

Permalink
Merge branch 'bugfix/ignore-some-folder-in-codecov' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Apr 5, 2024
2 parents 905834b + 471820c commit f0e95fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ coverage:

comment:
require_changes: true

ignore:
- benchmark/**/*
- example/**/*
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ subprojects {
koverReport {
filters {
excludes {
classes("com.linecorp.kotlinjdsl.example.*")
classes("com.linecorp.kotlinjdsl.benchmark.*")
packages("com.linecorp.kotlinjdsl.example.*")
packages("com.linecorp.kotlinjdsl.benchmark.*")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ kotlin-noarg = { id = "org.jetbrains.kotlin.plugin.noarg", version.ref = "kotlin
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.1" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.7.6" }
ktlint = { id = "org.jmailen.kotlinter", version = "3.16.0" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }

0 comments on commit f0e95fa

Please sign in to comment.