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 #716

Merged
merged 1 commit into from Mar 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 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 is behind base branch, 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 the dependencies Pull requests that update a dependency file label Mar 2, 2023
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #716 (0aeac78) into main (265fc5f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #716   +/-   ##
=======================================
  Coverage   98.30%   98.30%           
=======================================
  Files          20       20           
  Lines        1412     1412           
=======================================
  Hits         1388     1388           
  Misses         24       24           

@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.0 chore(deps): update dependency coverage to v7.2.1 Mar 5, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch 3 times, most recently from 3b68326 to 77aac05 Compare March 21, 2023 11:38
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 77aac05 to 9418b66 Compare March 22, 2023 22:09
@renovate renovate bot changed the title chore(deps): update dependency coverage to v7.2.1 chore(deps): update dependency coverage to v7.2.2 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from 9418b66 to e6024e6 Compare March 24, 2023 15:05
@renovate renovate bot force-pushed the renovate/coverage-7.x-lockfile branch from e6024e6 to 0aeac78 Compare March 24, 2023 15:06
@noahnu noahnu merged commit 493e70f into main Mar 24, 2023
14 checks passed
@noahnu noahnu deleted the renovate/coverage-7.x-lockfile branch March 24, 2023 16:53
@tophat-opensource-bot
Copy link
Collaborator

πŸŽ‰ This PR is included in version 4.0.2 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants