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.3
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.4
Choose a head ref
  • 12 commits
  • 25 files changed
  • 4 contributors

Commits on Feb 3, 2026

  1. build: bump version to 7.13.4

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

Commits on Feb 5, 2026

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

Commits on Feb 7, 2026

  1. fix: set fixed paths_list in TreeMatcher init (#2130)

    My CI pipeline has encountered this error:
    ```
    .venv/lib/python3.11/site-packages/coverage/inorout.py:354: in should_trace
        self.set_matchers_depending_on_syspath()
    .venv/lib/python3.11/site-packages/coverage/inorout.py:308: in set_matchers_depending_on_syspath 
        self.third_match = TreeMatcher(self.third_paths, "third", "Third-party lib", self._debug)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    .venv/lib/python3.11/site-packages/coverage/files.py:266: in __init_
        for p in paths: 
    E     RuntimeError: Set changed size during iteration
    ```
    This seems like a very similar situation to #1733
    which was fixed by something similar: 08fc997.
    colorlace authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    371fcc5 View commit details
    Browse the repository at this point in the history
  2. docs: thanks, Noah Fatsi

    nedbat committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    76ba043 View commit details
    Browse the repository at this point in the history
  3. docs: Greg wrote a great issue: #2129

    It had detailed reproduction instructions!
    
    #2129
    nedbat committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    8ee1760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c09595f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. chore: bump actions/attest-build-provenance (#2131)

    Bumps the action-dependencies group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    
    Updates `actions/attest-build-provenance` from 3.1.0 to 3.2.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@00014ed...96278af)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      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 Feb 9, 2026
    Configuration menu
    Copy the full SHA
    8ea42c8 View commit details
    Browse the repository at this point in the history
  2. build: add support for ppc64le architecture (#2121)

    * Added support for ppc64le architecture to build wheel in kit.yml and tested jobs for ppc64le in testsuite.yml
    
    * fix zizmor reported template injection issue
    
    * Incorporated review comments
    
    * Reverting changes in testsuite.yml and added os-version in kit.yml file for ppc64le
    PankhudiJ17 authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    58aade0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189ecfd View commit details
    Browse the repository at this point in the history
  4. docs: prep for 7.13.4

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

    nedbat committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    f8616ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f78d57 View commit details
    Browse the repository at this point in the history
Loading