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: nedbat/coveragepy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.10.5
Choose a base ref
...
head repository: nedbat/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.10.6
Choose a head ref
  • 16 commits
  • 38 files changed
  • 3 contributors

Commits on Aug 23, 2025

  1. build: bump version to 7.10.6

    nedbat committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    e129781 View commit details
    Browse the repository at this point in the history
  2. refactor: more f-strings

    nedbat committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    84ca235 View commit details
    Browse the repository at this point in the history
  3. style: tweak report.py

    nedbat committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    74931d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. Configuration menu
    Copy the full SHA
    1fc1107 View commit details
    Browse the repository at this point in the history
  2. build: pragma tweaks

    Some of these were really partial branches, not missed lines.
    nedbat committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    f1d6987 View commit details
    Browse the repository at this point in the history
  3. fix: make _get_file_reporters deterministic

    This was causing some randomness in locally run metacov totals.
    nedbat committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    4e52f83 View commit details
    Browse the repository at this point in the history
  4. chore: bump the action-dependencies group with 3 updates (#2039)

    Bumps the action-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `github/codeql-action` from 3.29.9 to 3.29.11
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@df55935...3c3833e)
    
    Updates `actions/dependency-review-action` from 4.7.1 to 4.7.2
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@da24556...bc41886)
    
    Updates `astral-sh/setup-uv` from 6.5.0 to 6.6.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@d9e0f98...4959332)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.11
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.7.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: 6.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    5c00c5b View commit details
    Browse the repository at this point in the history
  5. perf: pre-compute the mapping between other_db.context and main.conte…

    …xt (#2038)
    
    Speeds up arc merging by about 33%.
    alex authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    a7224af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    384f5f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    808c9b4 View commit details
    Browse the repository at this point in the history
  8. lab: warn_executed.py

    nedbat committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    9ea349a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    bb3382f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    66d6910 View commit details
    Browse the repository at this point in the history
  2. docs: thanks Alex #2038

    nedbat committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    9b0c24f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. docs: prep for 7.10.6

    nedbat committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    01d8995 View commit details
    Browse the repository at this point in the history
  2. docs: sample HTML for 7.10.6

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