Adam Johnson
Adam Johnson
Fixes #3. Thanks to @Alex-Mackie for the code.
I discovered this the hard way 😅
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...
**Describe the bug** Statements using `any()` with a generator expression are considered as having a branch on Coverage 6.0b1+, and there's no way to cover the `->exit` branch. **To Reproduce**...
**Describe the bug** If an implicit namespace package (directory without `__init__.py`) exists within a source module and is not imported, coverage won't discover it or report it as uncovered. I...
ticket-26472
Similar to #15185 , use improvements to Python function signatures where possible. Much of the `x = options['x']` pattern has been around since Python 2.