Skip to content

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

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

Bumps coverage from 6.4.2 to 6.4.3.

Changelog

Sourced from coverage's changelog.

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

Merge request reports