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.9.1
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.9.2
Choose a head ref
  • 11 commits
  • 29 files changed
  • 3 contributors

Commits on Jun 13, 2025

  1. build: bump version to 7.9.2

    nedbat committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    7d9850c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. chore: bump the action-dependencies group with 2 updates (#1985)

    Bumps the action-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `github/codeql-action` from 3.28.18 to 3.29.0
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ff0a06e...ce28f5b)
    
    Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.0
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@db473fd...e8998f9)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: action-dependencies
    - dependency-name: actions/attest-build-provenance
      dependency-version: 2.4.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 Jun 15, 2025
    Configuration menu
    Copy the full SHA
    42bf82c View commit details
    Browse the repository at this point in the history
  2. fix: enable measuring test coverage for Python archive (.par) files (#…

    …1984)
    
    ".par" files are another common(?) (at least at Meta) zip-based binary format for python applications.
    This change enables coverage to unpack and use the unpacked files under any .par archives as source files.
    
    we've been carrying this patch for years, so I thought I'd try to upstream it, as it could benefit any PAR users out there (and should be harmless for anyone else).
    itamaro authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    614dfbf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. chore: bump the action-dependencies group with 2 updates (#1988)

    Bumps the action-dependencies group with 2 updates: [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `sigstore/gh-action-sigstore-python` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
    - [Commits](sigstore/gh-action-sigstore-python@f514d46...f7ad0af)
    
    Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@f0ec1fc...445689e)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: astral-sh/setup-uv
      dependency-version: 6.3.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 Jun 22, 2025
    Configuration menu
    Copy the full SHA
    279310a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

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

Commits on Jul 2, 2025

  1. build: use pyenv for nightly builds. Thanks, Paul Timmins

    Deadsnakes was giving me too-old builds, and I can't understand why.  So
    switch to pyenv instead.
    nedbat committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    678ec80 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. fix: assume a missing line number is intra-line. #1991

    A bytecode is missing a line number.  This seems to happen with
    conditionals within a line, so assume the missing line number means we
    aren't branching from one line to another.
    
    I wrote a CPython bug about the missing line number:
    python/cpython#136190
    nedbat committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    88dcaa2 View commit details
    Browse the repository at this point in the history
  2. docs: add pull request link

    nedbat committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    9a8d9b6 View commit details
    Browse the repository at this point in the history
  3. docs: prep for 7.9.2

    nedbat committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    35305c3 View commit details
    Browse the repository at this point in the history
  4. docs: sample HTML for 7.9.2

    nedbat committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    b24cf7e View commit details
    Browse the repository at this point in the history
  5. docs: oops, beta 3

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