diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

Update dependency coverage to v6.4.2

Open ms-gh-admin opened this issue 3 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change
coverage dev-dependencies patch 6.4.1 -> 6.4.2

Release Notes

nedbat/coveragepy

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 Renovate Bot.

ms-gh-admin avatar Jul 21 '22 07:07 ms-gh-admin