File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
utbot-framework/src/test/kotlin/org/utbot/examples/unsafe Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ internal class UnsafeOperationsTest : UtValueTestCaseChecker(testClass = UnsafeO
18
18
eq(1 ),
19
19
{ r -> r!! > 0 },
20
20
// Coverage matcher fails (branches: 0/0, instructions: 15/21, lines: 0/0)
21
- // TODO: check coverage calculation
22
- // coverage = DoNotCalculate
21
+ // TODO: check coverage calculation: https://github.com/UnitTestBot/UTBotJava/issues/807
22
+ coverage = DoNotCalculate
23
23
)
24
24
}
25
25
}
@@ -32,8 +32,8 @@ internal class UnsafeOperationsTest : UtValueTestCaseChecker(testClass = UnsafeO
32
32
eq(1 ),
33
33
{ r -> r!! > 0 },
34
34
// Coverage matcher fails (branches: 0/0, instructions: 15/21, lines: 0/0)
35
- // TODO: check coverage calculation
36
- // coverage = DoNotCalculate,
35
+ // TODO: check coverage calculation: https://github.com/UnitTestBot/UTBotJava/issues/807
36
+ coverage = DoNotCalculate ,
37
37
mockStrategy = MockStrategyApi .OTHER_CLASSES
38
38
)
39
39
}
You can’t perform that action at this time.
0 commit comments