Skip to content

Update dependency coverage to v7.4.3#503

Merged
ctalkington merged 1 commit into
masterfrom
renovate/coverage-7.x
Feb 27, 2024
Merged

Update dependency coverage to v7.4.3#503
ctalkington merged 1 commit into
masterfrom
renovate/coverage-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.3.1 -> 7.4.3 age adoption passing confidence

Release Notes

nedbat/coveragepy (coverage)

v7.4.3

Compare Source

  • Fix: in some cases, coverage could fail with a RuntimeError: "Set changed
    size during iteration." This is now fixed, closing issue 1733_.

.. _issue 1733:https://github.com/nedbat/coveragepy/issues/17333

.. _changes_7-4-2:

v7.4.2

Compare Source

  • Fix: setting COVERAGE_CORE=sysmon no longer errors on 3.11 and lower,
    thanks Hugo van Kemenade <pull 1747_>_. It now issues a warning that
    sys.monitoring is not available and falls back to the default core instead.

.. _pull 1747:https://github.com/nedbat/coveragepy/pull/17477

.. _changes_7-4-1:

v7.4.1

Compare Source

  • Python 3.13.0a3 is supported.

  • Fix: the JSON report now includes an explicit format version number, closing
    issue 1732_.

.. _issue 1732:https://github.com/nedbat/coveragepy/issues/17322

.. _changes_7-4-0:

v7.4.0

Compare Source

  • In Python 3.12 and above, you can try an experimental core based on the new
    :mod:sys.monitoring <python:sys.monitoring> module by defining a
    COVERAGE_CORE=sysmon environment variable. This should be faster for
    line coverage, but not for branch coverage, and plugins and dynamic contexts
    are not yet supported with it. I am very interested to hear how it works (or
    doesn't!) for you.

.. _changes_7-3-4:

v7.3.4

Compare Source

  • Fix: the change for multi-line signature exclusions in 7.3.3 broke other
    forms of nested clauses being excluded properly. This is now fixed, closing
    issue 1713_.

  • Fix: in the HTML report, selecting code for copying won't select the line
    numbers also. Thanks, Robert Harris <pull 1717_>_.

.. _issue 1713:https://github.com/nedbat/coveragepy/issues/17133
.. _pull 1717https://github.com/nedbat/coveragepy/pull/171717

.. _changes_7-3-3:

v7.3.3

Compare Source

  • Fix: function definitions with multi-line signatures can now be excluded by
    matching any of the lines, closing issue 684. Thanks, Jan Rusak, Maciej Kowalczyk and Joanna Ejzel <pull 1705_>.

  • Fix: XML reports could fail with a TypeError if files had numeric components
    that were duplicates except for leading zeroes, like file1.py and
    file001.py. Fixes issue 1709_.

  • The coverage annotate command used to announce that it would be removed
    in a future version. Enough people got in touch to say that they use it, so
    it will stay. Don't expect it to keep up with other new features though.

  • Added new :ref:debug options <cmd_run_debug>:

    • pytest writes the pytest test name into the debug output.

    • dataop2 writes the full data being added to CoverageData objects.

.. _issue 684:https://github.com/nedbat/coveragepy/issues/6844
.. _pull 1705https://github.com/nedbat/coveragepy/pull/170505
.. _issue 170https://github.com/nedbat/coveragepy/issues/1709709

.. _changes_7-3-2:

v7.3.2

Compare Source

  • The coverage lcov command ignored the [report] exclude_lines and
    [report] exclude_also settings (issue 1684). This is now fixed,
    thanks Jacqueline Lee <pull 1685_>
    .

  • Sometimes SQLite will create journal files alongside the coverage.py database
    files. These are ephemeral, but could be mistakenly included when combining
    data files. Now they are always ignored, fixing issue 1605_. Thanks to
    Brad Smith for suggesting fixes and providing detailed debugging.

  • On Python 3.12+, we now disable SQLite writing journal files, which should be
    a little faster.

  • The new 3.12 soft keyword type is properly bolded in HTML reports.

  • Removed the "fullcoverage" feature used by CPython to measure the coverage of
    early-imported standard library modules. CPython stopped using it <88054_>_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605:https://github.com/nedbat/coveragepy/issues/16055
.. _issue 1684https://github.com/nedbat/coveragepy/issues/168484
.. _pull 168https://github.com/nedbat/coveragepy/pull/1685685
.. _880https://github.com/python/cpython/issues/880548054

.. _changes_7-3-1:


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Oct 4, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.23%. Comparing base (8c64501) to head (b374efa).
Report is 4 commits behind head on master.

❗ Current head b374efa differs from pull request most recent head b59bcc5. Consider uploading reports for the commit b59bcc5 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #503   +/-   ##
=======================================
  Coverage   95.23%   95.23%           
=======================================
  Files           9        9           
  Lines         818      818           
  Branches      122      122           
=======================================
  Hits          779      779           
  Misses         14       14           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot changed the title Update dependency coverage to v7.3.2 Update dependency coverage to v7.3.3 Dec 14, 2023
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch 2 times, most recently from 334ee68 to 3de2c1f Compare December 20, 2023 18:58
@renovate renovate Bot changed the title Update dependency coverage to v7.3.3 Update dependency coverage to v7.3.4 Dec 20, 2023
@renovate renovate Bot changed the title Update dependency coverage to v7.3.4 Update dependency coverage to v7.4.0 Dec 28, 2023
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch from 3de2c1f to c5ce834 Compare December 28, 2023 01:41
@renovate renovate Bot changed the title Update dependency coverage to v7.4.0 Update dependency coverage to v7.4.1 Jan 26, 2024
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch from c5ce834 to 9c8d23b Compare January 26, 2024 21:13
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch from 9c8d23b to 689402c Compare February 20, 2024 22:00
@renovate renovate Bot changed the title Update dependency coverage to v7.4.1 Update dependency coverage to v7.4.2 Feb 20, 2024
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch from 689402c to b374efa Compare February 23, 2024 22:43
@renovate renovate Bot changed the title Update dependency coverage to v7.4.2 Update dependency coverage to v7.4.3 Feb 23, 2024
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch 3 times, most recently from 05dc687 to 7fc41e9 Compare February 27, 2024 00:32
@renovate renovate Bot force-pushed the renovate/coverage-7.x branch from 7fc41e9 to b59bcc5 Compare February 27, 2024 00:34
@ctalkington ctalkington merged commit 983fde3 into master Feb 27, 2024
@ctalkington ctalkington deleted the renovate/coverage-7.x branch February 27, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant