Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
pytest-cov (changelog) >=6,<7 -> >=7,<8 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pytest-dev/pytest-cov (pytest-cov)

v7.0.0

Compare Source

  • Dropped support for subprocesses measurement.

    It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests.
    It relied on a .pth file, there was no way to opt-out and it created bad interations
    with coverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added
    in 7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.

    To migrate to this release you might need to enable the suprocess patch, example for .coveragerc:

    .. code-block:: ini

    [run]
    patch = subprocess

    This release also requires at least coverage 7.10.6.

  • Switched packaging to have metadata completely in pyproject.toml and use hatchling <https://pypi.org/project/hatchling/>_ for
    building.
    Contributed by Ofek Lev in #&#8203;551 <https://github.com/pytest-dev/pytest-cov/pull/551>_
    with some extras in #&#8203;716 <https://github.com/pytest-dev/pytest-cov/pull/716>_.

  • Removed some not really necessary testing deps like six.

v6.3.0

Compare Source

  • Added support for markdown reports.
    Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_
    and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.
    Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.15%. Comparing base (f438192) to head (7d39801).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #296      +/-   ##
==========================================
- Coverage   73.29%   72.15%   -1.14%     
==========================================
  Files           5        5              
  Lines         176      176              
  Branches       21       21              
==========================================
- Hits          129      127       -2     
- Misses         47       49       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 94ec599 to 05f153e Compare September 10, 2025 09:13
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 05f153e to 31710ea Compare September 10, 2025 22:11
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 31710ea to 12f13ce Compare September 11, 2025 05:24
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 12f13ce to 4807fb8 Compare September 14, 2025 02:32
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 4807fb8 to 87d7d2e Compare September 14, 2025 08:13
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 87d7d2e to ee457b7 Compare September 14, 2025 21:48
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from ee457b7 to 8e8aa59 Compare September 15, 2025 00:23
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 8e8aa59 to 8d69fbe Compare September 18, 2025 05:47
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 8d69fbe to 6665445 Compare September 19, 2025 13:12
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 6665445 to 365ac09 Compare September 20, 2025 05:06
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 365ac09 to e18bb22 Compare September 23, 2025 04:55
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from e18bb22 to d96e7c4 Compare September 23, 2025 21:05
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from d96e7c4 to db4df6c Compare September 24, 2025 06:00
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from db4df6c to 10786fc Compare September 30, 2025 20:46
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 10786fc to dfc6eaf Compare October 2, 2025 01:36
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from dfc6eaf to 2051de2 Compare October 2, 2025 15:10
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 2051de2 to 7d39801 Compare October 5, 2025 01:45
@renovate renovate bot deployed to release October 5, 2025 01:47 Active
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