Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency coverage to v7.3.2 - autoclosed #179

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nedbat/coveragepy (coverage)

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/pull/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 - 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, check this box

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

@renovate renovate bot changed the title Update dependency coverage to v7.3.1 Update dependency coverage to v7.3.1 - autoclosed Sep 29, 2023
@renovate renovate bot closed this Sep 29, 2023
@renovate renovate bot deleted the renovate/coverage-7.x-lockfile branch September 29, 2023 14:56
@renovate renovate bot changed the title Update dependency coverage to v7.3.1 - autoclosed Update dependency coverage to v7.3.1 Oct 2, 2023
@renovate renovate bot reopened this Oct 2, 2023
@renovate renovate bot restored the renovate/coverage-7.x-lockfile branch October 2, 2023 23:07
@renovate renovate bot changed the title Update dependency coverage to v7.3.1 Update dependency coverage to v7.3.2 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 3c48467 to 65062e2 Compare October 2, 2023 23:07
@renovate renovate bot changed the title Update dependency coverage to v7.3.2 Update dependency coverage to v7.3.2 - autoclosed Nov 2, 2023
@renovate renovate bot closed this Nov 2, 2023
@renovate renovate bot deleted the renovate/coverage-7.x-lockfile branch November 2, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants