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.8.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.8.2
Choose a head ref
  • 8 commits
  • 28 files changed
  • 2 contributors

Commits on May 21, 2025

  1. build: bump version to 7.8.2

    nedbat committed May 21, 2025
    Configuration menu
    Copy the full SHA
    0c443a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d93a78 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. build: run tox lint if actions have changed

    `tox lint` is what checks the cog checksums, and there are some in
    workflows.  Unfortunately, this means running pylint more often, but
    it's hard to finely slice these things.
    nedbat committed May 22, 2025
    Configuration menu
    Copy the full SHA
    2fe6225 View commit details
    Browse the repository at this point in the history
  2. build: add support for Windows arm64 (#1972)

    * add win-arm64 builds
    
    * add win-arm64 wheel builds
    
    * fix os-version
    
    * add win-arm64 tests
    
    * add minpy for win-arm64
    
    * fix python-version
    
    * skip pypy for win-arm64
    
    * add setup-rust step
    
    * fix conditional
    
    * fix shell for rust setup
    
    * increase number of expected distributions
    
    * remove extra lines
    
    * Remove changes to coverage.yml
    
    * Remove changes to testsuite.yml
    
    * Use cogapp to regen kit.yml
    finnagin authored May 22, 2025
    Configuration menu
    Copy the full SHA
    a608fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39bc6b0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. docs: prep for 7.8.2

    nedbat committed May 23, 2025
    Configuration menu
    Copy the full SHA
    3cee850 View commit details
    Browse the repository at this point in the history
  2. docs: sample HTML for 7.8.2

    nedbat committed May 23, 2025
    Configuration menu
    Copy the full SHA
    be7bbf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ab2e5 View commit details
    Browse the repository at this point in the history
Loading