github nedbat/coveragepy coverage-5.1
5.1

latest releases: 7.6.3, 7.6.2, 7.6.1...
19 hours ago

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.