Skip to content

Improve async code coverage #344

Open
@viceroypenguin

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions