Skip to content

Commit

Permalink
Do not include test classes for test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Sep 9, 2021
1 parent 24ff579 commit 097db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val allKotlinSourceDirs = allprojects
val allKotlinClassDirs = allprojects
.filter { p -> p.name !in ignoreCoverageForProjects }
.map { p ->
"${p.buildDir}/classes/kotlin/jvm"
"${p.buildDir}/classes/kotlin/jvm/main"
}

allprojects {
Expand Down

0 comments on commit 097db67

Please sign in to comment.