Open
Description
Currently, code coverage in async version is hampered because each line of await
code involves two branches: the sync version and the async version. Currently, only the async version is tested on most lines. Figure out some way to improve coverage by testing both sync and async versions of the await
.
Metadata
Assignees
Labels
No labels
Activity