Skip to content

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

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

Bumps coverage from 6.4.2 to 6.4.4.

Changelog

Sourced from coverage's changelog.

Version 6.4.4 — 2022-08-16

  • Wheels are now provided for Python 3.11.

.. _changes_6-4-3:

Version 6.4.3 — 2022-08-06

  • Fix a failure when combining data files if the file names contained glob-like patterns (pull 1405_). Thanks, Michael Krebs and Benjamin Schubert.

  • Fix a messaging failure when combining Windows data files on a different drive than the current directory. (pull 1430, fixing issue 1428). Thanks, Lorenzo Micò.

  • Fix path calculations when running in the root directory, as you might do in a Docker container: pull 1403_, thanks Arthur Rio.

  • Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed (pull 1413_). Thanks, Marc Legendre.

  • Fix a problem with Cython code measurement (pull 1347, fixing issue 972). Thanks, Matus Valo.

.. _issue 972: nedbat/coveragepy#972 .. _pull 1347: nedbat/coveragepy#1347 .. _pull 1403: nedbat/coveragepy#1403 .. _pull 1405: nedbat/coveragepy#1405 .. _pull 1413: nedbat/coveragepy#1413 .. _issue 1428: nedbat/coveragepy#1428 .. _pull 1430: nedbat/coveragepy#1430

.. _changes_6-4-2:

Commits
  • 24985c0 docs: sample html report
  • 12d5d17 build: prep for 6.4.4
  • 007c616 build: update 3.11 references to rc1
  • 66ddb0b build: make upgrade (with hashes)
  • f7907ee docs: add some make upgrade instructions to the Makefile
  • 18b57e1 build: use hashed pins
  • 1dba030 build: pin windows-only transitive dependencies
  • b076ffe build: 3.11 is rc now - make wheels for it
  • 87de75d docs: don't use tabs while we work out the docutil version pinning
  • 4eee7dc build: don't install multiple .pip files
  • Additional commits viewable in compare view

Merge request reports