Skip to content

6.3.2

Compare
Choose a tag to compare
@nedbat nedbat released this 20 Feb 23:01
· 1083 commits to master since this release
  • Fix: adapt to pypy3.9's decorator tracing behavior. It now traces function decorators like CPython 3.8: both the @-line and the def-line are traced. Fixes issue 1326.
  • Debug: added pybehave to the list of coverage debug <cmd_debug> and cmd_run_debug options.
  • Fix: show an intelligible error message if --concurrency=multiprocessing is used without a configuration file. Closes issue 1320.

➡️  PyPI page: coverage 6.3.2.
➡️  To install: python3 -m pip install coverage==6.3.2