Skip to content

5.1

Compare
Choose a tag to compare
@nedbat nedbat released this 13 Oct 23:34
· 2212 commits to master since this release

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