Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

This PR contains the following updates:

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

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.

@codecov
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 (6bd14a8) to head (d5e0196).

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 4004742 to 94af862 Compare October 11, 2025 02:06
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 94af862 to 9e893d8 Compare October 13, 2025 01:11
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 9e893d8 to 5aa9b55 Compare October 14, 2025 15:11
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 5aa9b55 to db25012 Compare October 15, 2025 14:47
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from db25012 to bea6cea Compare October 15, 2025 20:32
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from bea6cea to ceafcb8 Compare October 19, 2025 04:57
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from ceafcb8 to 69fa3ee Compare October 20, 2025 01:34
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 69fa3ee to a49d7da Compare October 22, 2025 10:09
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from a49d7da to beb3068 Compare October 26, 2025 22:33
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from beb3068 to 149b272 Compare October 30, 2025 06:29
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 149b272 to 44dba36 Compare October 31, 2025 08:47
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 44dba36 to af709ac Compare November 6, 2025 20:36
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from af709ac to 976c543 Compare November 8, 2025 05:39
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 976c543 to d5e0196 Compare November 8, 2025 21:08
@renovate renovate bot deployed to release November 8, 2025 21:10 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.

1 participant