Skip to content

build(deps-dev): Bump coverage from 6.2 to 6.4.2

Victor Engmark requested to merge dependabot-pip-coverage-6.4.2 into master

Bumps coverage from 6.2 to 6.4.2.

Changelog

Sourced from coverage's changelog.

Version 6.4.2 — 2022-07-12

  • Updated for a small change in Python 3.11.0 beta 4: modules now start with a line with line number 0, which is ignored. This line cannnot be executed, so coverage totals were thrown off. This line is now ignored by coverage.py, but this also means that truly empty modules (like __init__.py) have no lines in them, rather than one phantom line. Fixes issue 1419_.

  • Internal debugging data added to sys.modules is now an actual module, to avoid confusing code that examines everything in sys.modules. Thanks, Yilei Yang (pull 1399_).

.. _pull 1399: nedbat/coveragepy#1399 .. _issue 1419: nedbat/coveragepy#1419

.. _changes_6-4-1:

Version 6.4.1 — 2022-06-02

  • Greatly improved performance on PyPy, and other environments that need the pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (pull 1381_ and pull 1388). Slightly improved performance when using the C trace function, as most environments do. Closes issue 1339.

  • The conditions for using tomllib from the standard library have been made more precise, so that 3.11 alphas will continue to work. Closes issue 1390_.

.. _issue 1339: nedbat/coveragepy#1339 .. _pull 1381: nedbat/coveragepy#1381 .. _pull 1388: nedbat/coveragepy#1388 .. _issue 1390: nedbat/coveragepy#1390

.. _changes_64:

Version 6.4 — 2022-05-22

  • A new setting, :ref:config_run_sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (see issue 1310_). Now the signal handler is only used if you opt-in by setting [run] sigterm = true.

  • Small changes to the HTML report:

... (truncated)

Commits
  • 8ab9ff1 docs: latest sample HTML report
  • ee751cf docs: prep for 6.4.2
  • 413ccb7 build: run tests on nightly versions every day
  • d890bff docs: update the 3.11 version
  • 0d64498 fix: 3.11.0b4 has 0-numbered lines. Fixes #1419
  • 297b70e build: styfle/cancel-workflow-action@0.10.0 now accepts 'all'
  • ef25867 build(deps): bump actions/dependency-review-action from 1 to 2 (#1404)
  • b1f9cc0 build(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#1412)
  • f75d60a style: use new regex match object group access
  • 8447c99 test: copying pycache was causing race conditions, and was unneeded anyway.
  • Additional commits viewable in compare view

Merge request reports