- The semantics of stars in file patterns has been clarified in the docs. A leading or trailing star matches any number of path components, like a double star would. This is different than the behavior of a star in the middle of a pattern. This discrepancy was identified by Sviatoslav Sydorenko, who provided patient detailed diagnosis and graciously agreed to a pragmatic resolution.
- The API docs were missing from the last version. They are now restored.
➡️ PyPI page: coverage 7.3.1.
➡️ To install: python3 -m pip install coverage==7.3.1