Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coveragepy/coveragepy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.10.1
Choose a base ref
...
head repository: coveragepy/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.10.2
Choose a head ref
  • 15 commits
  • 32 files changed
  • 2 contributors

Commits on Jul 27, 2025

  1. build: bump version to 7.10.2

    nedbat committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    7df4f6b View commit details
    Browse the repository at this point in the history
  2. build: more how-to tweaks

    nedbat committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    7070367 View commit details
    Browse the repository at this point in the history
  3. chore: bump the action-dependencies group with 2 updates (#2010)

    Bumps the action-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `github/codeql-action` from 3.29.2 to 3.29.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@181d5ee...4e828ff)
    
    Updates `astral-sh/setup-uv` from 6.4.1 to 6.4.3
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@7edac99...e92bafb)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: 6.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    08d5d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b21e44 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Configuration menu
    Copy the full SHA
    7d78003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a6e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc507ad View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    6d8b091 View commit details
    Browse the repository at this point in the history
  2. test: don't try to make pth files when invoked from pth #2011

    When we're invoked by a .pth file, site.py hasn't fully run, so we try
    to make a .pth file in the system Python instead of the virtualenv.
    System Pythons are often not writable.
    
    Also try to create this kind of not-writable arrangement in CI to find
    problems like this in the future.
    nedbat committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    7a83ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. Configuration menu
    Copy the full SHA
    c177731 View commit details
    Browse the repository at this point in the history
  2. refactor: less redundancy in branch_trails

    The old list structure could have multiple equal entries in the list.
    Reversing and using a dict lets us build the set of offsets directly.
    nedbat committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    e2039d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7430fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dbd736 View commit details
    Browse the repository at this point in the history
  5. docs: prep for 7.10.2

    nedbat committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    e7bfabe View commit details
    Browse the repository at this point in the history
  6. docs: sample HTML for 7.10.2

    nedbat committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    a867852 View commit details
    Browse the repository at this point in the history
Loading