diff --git a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/reports/TestsGenerationReport.kt b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/reports/TestsGenerationReport.kt index 1f222cf94b..5933955616 100644 --- a/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/reports/TestsGenerationReport.kt +++ b/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/reports/TestsGenerationReport.kt @@ -53,6 +53,7 @@ data class TestsGenerationReport( } fun addMethodErrors(testSet: CgMethodTestSet, errors: Map) { + this.executables += testSet.executableId this.errors[testSet.executableId] = errors }