Skip to content

Commit 6ab9baf

Browse files
sofurihafetamarinvs19
authored andcommitted
Fix error tests handling in reporting #1425 (#1597)
1 parent 682f724 commit 6ab9baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/reports/TestsGenerationReport.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ data class TestsGenerationReport(
5353
}
5454

5555
fun addMethodErrors(testSet: CgMethodTestSet, errors: Map<String, Int>) {
56+
this.executables += testSet.executableId
5657
this.errors[testSet.executableId] = errors
5758
}
5859

0 commit comments

Comments
 (0)