Skip to content

Commit

Permalink
[fixup!]
Browse files Browse the repository at this point in the history
  • Loading branch information
khbminus committed Jul 31, 2024
1 parent e20135e commit 364e248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ open class CoverageReporter(
val additionalValues = kexConfig
.getStringValue("kex", "collectAdditionalCoverage")
?.split(",")
?.map { Package.parse(it.trim()) }
?.map { Package.parse(it.trim().asmString) }
?.toSet()
?: emptySet()
val targetKlass = analysisLevel.klass.fullName.replace(Package.SEPARATOR, File.separatorChar)
Expand Down

0 comments on commit 364e248

Please sign in to comment.