Skip to content

chore(deps): update dependency coverage to v5.5

renovate requested to merge renovate/coverage-5.x into main

This MR contains the following updates:

Package Update Change
coverage minor ==5.4 -> ==5.5

Release Notes

nedbat/coveragepy

v5.5

Compare Source

  • coverage combine has a new option, --keep to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108_ and implemented in pull request 1110_. Thanks, Éric Larivière.

  • When reporting missing branches in coverage report, branches aren't reported that jump to missing lines. This adds to the long-standing behavior of not reporting branches from missing lines. Now branches are only reported if both the source and destination lines are executed. Closes both issue 1065_ and issue 955_.

  • Minor improvements to the HTML report:

    • The state of the line visibility selector buttons is saved in local storage so you don't have to fiddle with them so often, fixing issue 1123_.

    • It has a little more room for line numbers so that 4-digit numbers work well, fixing issue 1124_.

  • Improved the error message when combining line and branch data, so that users will be more likely to understand what's happening, closing issue 803_.

.. _issue 803: #​803 .. _issue 955: #​955 .. _issue 1065: #​1065 .. _issue 1108: #​1108 .. _pull request 1110: #​1110 .. _issue 1123: #​1123 .. _issue 1124: #​1124

.. _changes_54:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports