Skip to content

Update dependency coverage to v6.3.2 (develop)

RenovateBot requested to merge renovate/develop-coverage-6.x into develop

This MR contains the following updates:

Package Type Update Change
coverage dev-dependencies patch ==6.3.1 -> ==6.3.2

Release Notes

nedbat/coveragepy

v6.3.2

Compare Source

  • 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 :ref:cmd_debug and :ref:cmd_run_debug options.

  • Fix: show an intelligible error message if --concurrency=multiprocessing is used without a configuration file. Closes issue 1320_.

.. _issue 1320: https://github.com/nedbat/coveragepy/issues/1320 .. _issue 1326: https://github.com/nedbat/coveragepy/issues/1326

.. _changes_631:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports