You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Branches coverage is wrong then call suspend functions.
Suspend function break coverage to half. But I check all posible branches.
Branches coverage is ok if I call the same non suspend function. Just delete suspend codeword.
Expected behavior
Branches coverage is not depends on function type (suspend/non suspend)
Reports
Coverage check with suspend function call:
Describe the bug
Branches coverage is wrong then call suspend functions.
Suspend function break coverage to half. But I check all posible branches.
Branches coverage is ok if I call the same non suspend function. Just delete suspend codeword.
Expected behavior
Branches coverage is not depends on function type (suspend/non suspend)
Reports
Coverage check with suspend function call:
Coverage check with non suspend function call:
Environment
The text was updated successfully, but these errors were encountered: