Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.5.1 -> 7.5.4 age adoption passing confidence

Release Notes

nedbat/coveragepy (coverage)

v7.5.4

Compare Source

  • If you attempt to combine statement coverage data with branch coverage data,
    coverage.py used to fail with the message "Can't combine arc data with line
    data" or its reverse, "Can't combine line data with arc data." These
    messages used internal terminology, making it hard for people to understand
    the problem. They are now changed to mention "branch coverage data" and
    "statement coverage data."

  • Fixed a minor branch coverage problem with wildcard match/case cases using
    names or guard clauses.

  • Started testing on 3.13 free-threading (nogil) builds of Python. I'm not
    claiming full support yet. Closes issue 1799_.

.. _issue 1799:https://github.com/nedbat/coveragepy/issues/17999

.. _changes_7-5-3:

v7.5.3

Compare Source

  • Performance improvements for combining data files, especially when measuring
    line coverage. A few different quadratic behaviors were eliminated. In one
    extreme case of combining 700+ data files, the time dropped from more than
    three hours to seven minutes. Thanks for Kraken Tech for funding the fix.

  • Performance improvements for generating HTML reports, with a side benefit of
    reducing memory use, closing issue 1791_. Thanks to Daniel Diniz for
    helping to diagnose the problem.

.. _issue 1791:https://github.com/nedbat/coveragepy/issues/17911

.. _changes_7-5-2:

v7.5.2

Compare Source

  • Fix: nested matches of exclude patterns could exclude too much code, as
    reported in issue 1779_. This is now fixed.

  • Changed: previously, coverage.py would consider a module docstring to be an
    executable statement if it appeared after line 1 in the file, but not
    executable if it was the first line. Now module docstrings are never counted
    as executable statements. This can change coverage.py's count of the number
    of statements in a file, which can slightly change the coverage percentage
    reported.

  • In the HTML report, the filter term and "hide covered" checkbox settings are
    remembered between viewings, thanks to Daniel Diniz <pull 1776_>_.

  • Python 3.13.0b1 is supported.

  • Fix: parsing error handling is improved to ensure bizarre source files are
    handled gracefully, and to unblock oss-fuzz fuzzing, thanks to Liam DeVoe <pull 1788_>. Closes issue 1787.

.. _pull 1776:https://github.com/nedbat/coveragepy/pull/17766
.. _issue 1779https://github.com/nedbat/coveragepy/issues/177979
.. _issue 178https://github.com/nedbat/coveragepy/issues/1787787
.. _pull 17https://github.com/nedbat/coveragepy/pull/17881788

.. _changes_7-5-1:


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 26, 2024
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 3 times, most recently from 3a9b96b to 2cb6d5d Compare May 28, 2024 06:28
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.5.2 chore(deps): update dependency coverage to v7.5.3 May 28, 2024
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 10 times, most recently from ec7b2d0 to d8f36e7 Compare June 4, 2024 08:08
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 10 times, most recently from dfadf25 to ce3553d Compare June 12, 2024 03:39
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 5 times, most recently from 6d856b5 to bc332d4 Compare June 17, 2024 03:29
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 4 times, most recently from 92f71ae to bf7f998 Compare June 18, 2024 06:25
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.5.3 Update dependency coverage to v7.5.3 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 5 times, most recently from 8297fe3 to 385b720 Compare June 23, 2024 00:54
@renovate renovate bot changed the title Update dependency coverage to v7.5.3 Update dependency coverage to v7.5.4 Jun 23, 2024
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 8 times, most recently from d27ed3a to eea1224 Compare June 28, 2024 04:27
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from eea1224 to 80ace0e Compare June 28, 2024 07:31
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 80ace0e to d015e65 Compare June 28, 2024 07:36
@bigcat88 bigcat88 merged commit b0b1426 into master Jun 28, 2024
@bigcat88 bigcat88 deleted the renovate/coverage-7.x-lockfile branch June 28, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant