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.2
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.13.3
Choose a head ref
  • 11 commits
  • 43 files changed
  • 2 contributors

Commits on Jan 25, 2026

  1. build: bump version to 7.13.3

    nedbat committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    ce32368 View commit details
    Browse the repository at this point in the history
  2. chore: make upgrade

    nedbat committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    77e1a04 View commit details
    Browse the repository at this point in the history
  3. chore: bump actions/checkout in the action-dependencies group (#2122)

    Bumps the action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e8c483...de0fac2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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 Jan 25, 2026
    Configuration menu
    Copy the full SHA
    e9e2a0e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. chore: make upgrade

    nedbat committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    0ccb1fe View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. build: remove pudb, I can install it if I need it

    pudb was pulling in six other packages too.
    nedbat committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    775f1cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b519e17 View commit details
    Browse the repository at this point in the history
  3. chore: bump actions/setup-python in the action-dependencies group (#2126

    )
    
    Bumps the action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-python` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@83679a8...a309ff8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.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 Feb 1, 2026
    Configuration menu
    Copy the full SHA
    b05826a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    edb5016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6208c42 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. docs: prep for 7.13.3

    nedbat committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    9f2e54c View commit details
    Browse the repository at this point in the history
  2. docs: sample HTML for 7.13.3

    nedbat committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    6bf962f View commit details
    Browse the repository at this point in the history
Loading