Skip to content

Commit

Permalink
coverage: Remove benchmark and snippet classes from the coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nhubbard committed May 9, 2024
1 parent 320086f commit a05ac49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,10 @@ centralPortal {
signing {
isRequired = signPublication
if (signPublication) useGpgCmd()
}

kover {
excludeSourceSets {
names("benchmark", "snippet")
}
}

0 comments on commit a05ac49

Please sign in to comment.