Update dependency coverage to v6.4.3 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
coverage | dev-dependencies | patch |
==6.4.2 -> ==6.4.3
|
Release Notes
nedbat/coveragepy
v6.4.3
-
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
*, fixingissue 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
*, fixingissue 972
*). Thanks, Matus Valo.
.. _issue 972: https://github.com/nedbat/coveragepy/issues/972 .. _pull 1347: https://github.com/nedbat/coveragepy/pull/1347 .. _pull 1403: https://github.com/nedbat/coveragepy/issues/1403 .. _pull 1405: https://github.com/nedbat/coveragepy/issues/1405 .. _pull 1413: https://github.com/nedbat/coveragepy/issues/1413 .. _issue 1428: https://github.com/nedbat/coveragepy/issues/1428 .. _pull 1430: https://github.com/nedbat/coveragepy/pull/1430
.. _changes_6-4-2:
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.