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

chore(deps): update dependency coverage to v7.2.7 #2341

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coverage 7.2.2 -> 7.2.7 age adoption passing confidence

Release Notes

nedbat/coveragepy (coverage)

v7.2.7

Compare Source

  • Fix: reverted a change from 6.4.3 <pull 1347_>_ that helped Cython, but
    also increased the size of data files when using dynamic contexts, as
    described in the now-fixed issue 1586. The problem is now avoided due to a
    recent change (issue 1538
    ). Thanks to Anders Kaseorg <pull 1629_>_
    and David Szotten for persisting with problem reports and detailed diagnoses.

  • Wheels are now provided for CPython 3.12.

.. _issue 1586:https://github.com/nedbat/coveragepy/issues/15866
.. _pull 1629https://github.com/nedbat/coveragepy/pull/162929

.. _changes_7-2-6:

v7.2.6

Compare Source

  • Fix: the lcov command could raise an IndexError exception if a file is
    translated to Python but then executed under its own name. Jinja2 does this
    when rendering templates. Fixes issue 1553_.

  • Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled
    as invisible functions and coverage.py would warn you if they weren't
    completely executed. This no longer happens under Python 3.12.

  • Fix: the coverage debug sys command includes some environment variables
    in its output. This could have included sensitive data. Those values are
    now hidden with asterisks, closing issue 1628_.

.. _issue 1553:https://github.com/nedbat/coveragepy/issues/15533
.. _issue 1628https://github.com/nedbat/coveragepy/issues/162828

.. _changes_7-2-5:

v7.2.5

Compare Source

  • Fix: html_report() could fail with an AttributeError on isatty if run
    in an unusual environment where sys.stdout had been replaced. This is now
    fixed.

.. _changes_7-2-4:

v7.2.4

Compare Source

PyCon 2023 sprint fixes!

  • Fix: with relative_files = true, specifying a specific file to include or
    omit wouldn't work correctly (issue 1604). This is now fixed, with
    testing help by Marc Gibbons <pull 1608_>
    .

  • Fix: the XML report would have an incorrect <source> element when using
    relative files and the source option ended with a slash (issue 1541).
    This is now fixed, thanks to Kevin Brown-Silva <pull 1608_>
    .

  • When the HTML report location is printed to the terminal, it's now a
    terminal-compatible URL, so that you can click the location to open the HTML
    file in your browser. Finishes issue 1523_ thanks to Ricardo Newbery <pull 1613_>_.

  • Docs: a new :ref:Migrating page <migrating> with details about how to
    migrate between major versions of coverage.py. It currently covers the
    wildcard changes in 7.x. Thanks, Brian Grohe <pull 1610_>_.

.. _issue 1523:https://github.com/nedbat/coveragepy/issues/15233
.. _issue 1541https://github.com/nedbat/coveragepy/issues/154141
.. _issue 160https://github.com/nedbat/coveragepy/issues/1604604
.. _pull 16https://github.com/nedbat/coveragepy/pull/16081608
.. _pull 1https://github.com/nedbat/coveragepy/pull/1609/1609
.. _pull https://github.com/nedbat/coveragepy/pull/1610l/1610
.. _pullhttps://github.com/nedbat/coveragepy/pull/1613ll/1613

.. _changes_7-2-3:

v7.2.3

Compare Source

  • Fix: the :ref:config_run_sigterm setting was meant to capture data if a
    process was terminated with a SIGTERM signal, but it didn't always. This was
    fixed thanks to Lewis Gaul <pull 1600_>, closing issue 1599.

  • Performance: HTML reports with context information are now much more compact.
    File sizes are typically as small as one-third the previous size, but can be
    dramatically smaller. This closes issue 1584_ thanks to Oleh Krehel <pull 1587_>_.

  • Development dependencies no longer use hashed pins, closing issue 1592_.

.. _issue 1584:https://github.com/nedbat/coveragepy/issues/15844
.. _pull 1587https://github.com/nedbat/coveragepy/pull/158787
.. _issue 159https://github.com/nedbat/coveragepy/issues/1592592
.. _issue 15https://github.com/nedbat/coveragepy/issues/15991599
.. _pull 1https://github.com/nedbat/coveragepy/pull/1600/1600

.. _changes_7-2-2:


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 force-pushed the renovate/coverage-7.x-lockfile branch from 1c44eeb to 445809e Compare April 25, 2023 19:24
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.3 chore(deps): update dependency coverage to v7.2.4 Apr 28, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 445809e to b657f4c Compare April 28, 2023 12:45
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.4 chore(deps): update dependency coverage to v7.2.5 Apr 30, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 6 times, most recently from 8925574 to cb565b2 Compare May 6, 2023 22:34
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 2 times, most recently from cef6084 to a8703da Compare May 13, 2023 19:50
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.5 chore(deps): update dependency coverage to v7.2.6 May 24, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 2 times, most recently from bbc4280 to a8e5989 Compare May 28, 2023 17:48
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.6 chore(deps): update dependency coverage to v7.2.7 May 29, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 3 times, most recently from 12655d0 to da88436 Compare May 30, 2023 03:29
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 4 times, most recently from 7d8101a to 76c68b4 Compare June 28, 2023 01:26
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 76c68b4 to 494145f Compare June 28, 2023 06:01
@hay-kot hay-kot merged commit a7d8fc8 into mealie-next Jul 23, 2023
hay-kot added a commit that referenced this pull request Jul 23, 2023
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.

1 participant