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.2 #2287

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nedbat/coveragepy

v7.2.2

Compare Source

  • Fix: if a virtualenv was created inside a source directory, and a sourced
    package was installed inside the virtualenv, then all of the third-party
    packages inside the virtualenv would be measured. This was incorrect, but
    has now been fixed: only the specified packages will be measured, thanks to
    Manuel Jacob <pull 1560_>_.

  • Fix: the coverage lcov command could create a .lcov file with incorrect
    LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
    Ian Moore <pull 1583_>_.

  • Fix: the coverage xml command on Windows could create a .xml file with
    duplicate <package> elements. This is now fixed, thanks to Benjamin Parzella <pull 1574_>, closing issue 1573.

.. _pull 1560:https://github.com/nedbat/coveragepy/pull/15600
.. _issue 1573https://github.com/nedbat/coveragepy/issues/157373
.. _pull 157https://github.com/nedbat/coveragepy/pull/1574574
.. _pull 15https://github.com/nedbat/coveragepy/pull/15831583

.. _changes_7-2-1:

v7.2.1

Compare Source

  • Fix: the PyPI page had broken links to documentation pages, but no longer
    does, closing issue 1566_.

  • Fix: public members of the coverage module are now properly indicated so that
    mypy will find them, fixing issue 1564_.

.. _issue 1564:https://github.com/nedbat/coveragepy/issues/15644
.. _issue 1566https://github.com/nedbat/coveragepy/issues/156666

.. _changes_7-2-0:

v7.2.0

Compare Source

  • Added a new setting [report] exclude_also to let you add more exclusions
    without overwriting the defaults. Thanks, Alpha Chen <pull 1557_>,
    closing issue 1391
    .

  • Added a :meth:.CoverageData.purge_files method to remove recorded data for
    a particular file. Contributed by Stephan Deibel <pull 1547_>_.

  • Fix: when reporting commands fail, they will no longer congratulate
    themselves with messages like "Wrote XML report to file.xml" before spewing a
    traceback about their failure.

  • Fix: arguments in the public API that name file paths now accept pathlib.Path
    objects. This includes the data_file and config_file arguments to
    the Coverage constructor and the basename argument to CoverageData.
    Closes issue 1552_.

  • Fix: In some embedded environments, an IndexError could occur on stop() when
    the originating thread exits before completion. This is now fixed, thanks to
    Russell Keith-Magee <pull 1543_>, closing issue 1542.

  • Added a py.typed file to announce our type-hintedness. Thanks,
    KotlinIsland <pull 1550_>_.

.. _issue 1391:https://github.com/nedbat/coveragepy/issues/13911
.. _issue 1542https://github.com/nedbat/coveragepy/issues/154242
.. _pull 154https://github.com/nedbat/coveragepy/pull/1543543
.. _pull 15https://github.com/nedbat/coveragepy/pull/15471547
.. _pull 1https://github.com/nedbat/coveragepy/pull/1550/1550
.. _issue https://github.com/nedbat/coveragepy/issues/1552s/1552
.. _pullhttps://github.com/nedbat/coveragepy/pull/1557ll/1557

.. _changes_7-1-0:


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.

@github-advanced-security
Copy link

You have successfully added a new Trivy configuration .github/workflows/pull-requests.yml:build. As part of the setup process, we have scanned this repository and found 4 existing alerts. Please check the repository Security tab to see all alerts.

@hay-kot hay-kot merged commit 8a0ee35 into mealie-next Apr 2, 2023
@renovate renovate bot deleted the renovate/coverage-7.x-lockfile branch April 2, 2023 01:45
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