diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

Update dependency coverage to v6.5.0

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 6.4.1 -> 6.5.0 age adoption passing confidence

Release Notes

nedbat/coveragepy

v6.5.0

Compare Source

  • The JSON report now includes details of which branches were taken, and which are missing for each file. Thanks, Christoph Blessing (pull 1438). Closes issue 1425.

  • Starting with coverage.py 6.2, class statements were marked as a branch. This wasn't right, and has been reverted, fixing issue 1449_. Note this will very slightly reduce your coverage total if you are measuring branch coverage.

  • Packaging is now compliant with PEP 517, closing issue 1395.

  • A new debug option --debug=pathmap shows details of the remapping of paths that happens during combine due to the [paths] setting.

  • Fix an internal problem with caching of invalid Python parsing. Found by OSS-Fuzz, fixing their bug 50381_.

.. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381 .. _PEP 517: https://peps.python.org/pep-0517/ .. _issue 139https://github.com/nedbat/coveragepy/issues/1395395 .. _issue 14https://github.com/nedbat/coveragepy/issues/14251425 .. _pull 1https://github.com/nedbat/coveragepy/pull/1438/1438 .. _issue https://github.com/nedbat/coveragepy/issues/1449s/1449

.. _changes_6-4-4:

v6.4.4

Compare Source

  • Wheels are now provided for Python 3.11.

.. _changes_6-4-3:

v6.4.3

Compare Source

  • 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:https://github.com/nedbat/coveragepy/issues/9722 .. _pull 1347https://github.com/nedbat/coveragepy/pull/134747 .. _pull 140https://github.com/nedbat/coveragepy/issues/1403403 .. _pull 14https://github.com/nedbat/coveragepy/issues/14051405 .. _pull 1https://github.com/nedbat/coveragepy/issues/1413/1413 .. _issue https://github.com/nedbat/coveragepy/issues/1428s/1428 .. _pullhttps://github.com/nedbat/coveragepy/pull/1430ll/1430

.. _changes_6-4-2:

v6.4.2

Compare Source

  • 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:https://github.com/nedbat/coveragepy/pull/13999 .. _issue 1419https://github.com/nedbat/coveragepy/issues/141919

.. _changes_6-4-1:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 21 '22 12:09 renovate[bot]