5.0a8
Pre-release
Pre-release
·
2454 commits
to master
since this release
Version 5.0a8 — 2019-10-02
- The CoverageData API has changed how queries are limited to specific contexts. Now you use CoverageData.set_query_context() to set a single exact-match string, or CoverageData.set_query_contexts() to set a list of regular expressions to match contexts. This changes the command-line
--contexts
option to use regular expressions instead of filename-style wildcards.
➡️ PyPI page: coverage 5.0a8.
➡️ To install: python3 -m pip install coverage==5.0a8