Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency pytest-cov to v7#3268

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/pytest-cov-7.x

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedSep 22, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
pytest-cov (changelog)==6.3.0 ->==7.0.0ageconfidence

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
    withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added
    in7.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 inpyproject.toml and usehatchling <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 likesix.


Configuration

📅Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 was generated byMend Renovate. View therepository job log.

@codecovCodecov
Copy link

codecovbot commentedSep 22, 2025
edited
Loading

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.72%. Comparing base (133ba8a) to head (a730a20).

Additional details and impacted files
@@            Coverage Diff             @@##             main    #3268      +/-   ##==========================================- Coverage   97.32%   95.72%   -1.61%==========================================  Files          98       98                Lines        6062     6062              ==========================================- Hits         5900     5803      -97- Misses        162      259      +97
FlagCoverage Δ
api_func_v483.60% <ø> (+0.04%)⬆️
cli_func_v478.71% <ø> (-5.96%)⬇️
unit90.20% <ø> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.
see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovaterenovatebotforce-pushed therenovate/pytest-cov-7.x branch 2 times, most recently from1a0fcb1 to8dc77b6CompareSeptember 28, 2025 01:29
@renovaterenovatebotforce-pushed therenovate/pytest-cov-7.x branch from8dc77b6 toa5e3fa8CompareOctober 7, 2025 03:02
@renovaterenovatebotforce-pushed therenovate/pytest-cov-7.x branch froma5e3fa8 toa730a20CompareOctober 7, 2025 16:24
@JohnVillalovos
Copy link
Member

@nejch Do you think this is safe to merge?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JohnVillalovos

[8]ページ先頭

©2009-2025 Movatter.jp