Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable coverage for impossible cases
repo_management/operations.py: Do not try to cover the cases, that coveragepy is not able to cover (e.g. async for loops with awaitables). Upstream coveragepy seems to still have issues coverying different kinds of concurrency techniques: nedbat/coveragepy#1012
- Loading branch information