Skip to content

chore(deps-dev): Bump coverage from 6.3.1 to 6.3.2

Victor Engmark requested to merge dependabot-pip-coverage-6.3.2 into main

Bumps coverage from 6.3.1 to 6.3.2.

Changelog

Sourced from coverage's changelog.

Version 6.3.2 — 2022-02-20

  • 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: nedbat/coveragepy#1320 .. _issue 1326: nedbat/coveragepy#1326

.. _changes_631:

Commits
  • 0f99e89 build: prep for 6.3.2
  • 84ea58f docs: latest sample HTML
  • bf5a760 build: tox understands "pypy38" on its own
  • 9d90ebd fix: pypy3.9 traces decorators like CPython 3.8
  • c778139 style: remove pylint exclusions only needed for 2/3
  • cae2884 build: make upgrade
  • 32ff871 fix: provide an intelligible error message for multiprocessing with no config...
  • dacea2d refactor(test): simplify these tests
  • 5f29141 test: dropping old Python versions mean we no longer need optimize_if_not_deb...
  • b60b789 test: nicer way to test debug=pybehave
  • Additional commits viewable in compare view

Merge request reports