5.1
Version 5.1 — 2020-04-12
- The JSON report now includes counts of covered and missing branches. Thanks, Salvatore Zagaria.
- On Python 3.8, try-finally-return reported wrong branch coverage with decorated async functions (issue 964). This is now fixed. Thanks, Kjell Braden.
- The get_option() and set_option() methods can now manipulate the
[paths]
configuration setting. Thanks to Bernát Gábor for the fix for issue 967.
➡️ PyPI page: coverage 5.1.
➡️ To install: python3 -m pip install coverage==5.1