Mustafa Ozhan
12/21/2021, 5:28 PMResult
class with Kotlin Result then I just realised that my coverage was decreased .
Unfortunately none of the onSuccess
and onFailure
methods were covered.
• Is there any plan of covering them ?
• How do you guys cover these methods are you writing Unit test on Kotlin Result methods ?Big Chungus
12/21/2021, 5:44 PMMustafa Ozhan
12/21/2021, 6:52 PMKlitos Kyriacou
12/22/2021, 9:02 AMMustafa Ozhan
12/22/2021, 11:25 AM.onSuccess{..}
.onFailure{..}
lines ? That’s interesting, do you use some tool like Codecov or Cadacy ? if yes, do you see these lines covered in the consoles ?Klitos Kyriacou
12/22/2021, 11:28 AMBig Chungus
12/22/2021, 11:28 AMBig Chungus
12/22/2021, 11:29 AMMustafa Ozhan
12/22/2021, 11:30 AM