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.2.1 #99

Merged
merged 1 commit into from
Mar 4, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nedbat/coveragepy

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: 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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2023

Codecov Report

Merging #99 (c9d7395) into main (4187694) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files          14       14           
  Lines        1275     1275           
=======================================
  Hits         1177     1177           
  Misses         98       98           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot merged commit a73754b into main Mar 4, 2023
@renovate renovate bot deleted the renovate/coverage-7.x branch March 4, 2023 19:00
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.

None yet

2 participants