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

Commits on Dec 8, 2025

  1. build: bump version to 7.13.1

    nedbat committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    2d63e17 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    99cb3c7 View commit details
    Browse the repository at this point in the history
  2. build: better way to default versions in action matrix

    These were flagged (incorrectly imo) by `actionlint`, but this is more
    readable anyway.
    nedbat committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    047fc56 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    b71e6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7190147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedb949 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

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

Commits on Dec 13, 2025

  1. Configuration menu
    Copy the full SHA
    89b39f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5407340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ecaf72 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

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

    Bumps the action-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...8e8c483)
    
    Updates `sigstore/gh-action-sigstore-python` from 3.1.0 to 3.2.0
    - [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@f832326...a5caf34)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: action-dependencies
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-version: 3.2.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 Dec 14, 2025
    Configuration menu
    Copy the full SHA
    f5ae0e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5aa5d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    1370e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04ee0ca View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. refactor: cleaner .pth file

    nedbat committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    18d39b5 View commit details
    Browse the repository at this point in the history
  2. refactor: Hasher can do sets

    nedbat committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    9928c51 View commit details
    Browse the repository at this point in the history
Loading