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.7.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.0
Choose a head ref
  • 14 commits
  • 39 files changed
  • 4 contributors

Commits on Mar 21, 2025

  1. build: bump version to 7.7.2

    nedbat committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    b72b067 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    ba685fb View commit details
    Browse the repository at this point in the history
  2. fix: support PYTHONSAFEPATH #1696

    Fix
    
    make test mostly work
    
    changes from code review
    
    changes from code review
    
    Fix lint error
    flying-sheep authored and nedbat committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    7c2844c View commit details
    Browse the repository at this point in the history
  3. fix: more details about PYTHONSAFEPATH. #1696

    temp: fix lint errors from rebases
    
    docs: a note to ourselves about interpreting test failures
    
    test: one more safepath test
    
    fix: use sys.flags instead of reading the PYTHONSAFEPATH
    
    test: skip the test that show Windows gets PYTHONSAFEPATH wrong
    nedbat committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    32e8d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. chore: bump the action-dependencies group with 3 updates (#1940)

    Bumps the action-dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `github/codeql-action` from 3.28.11 to 3.28.12
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6bb031a...5f8171a)
    
    Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@4cec3d8...ea165f8)
    
    Updates `actions/download-artifact` from 4.1.9 to 4.2.1
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@cc20338...95815c3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: actions/download-artifact
      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 Mar 24, 2025
    Configuration menu
    Copy the full SHA
    d64ce5f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    a66bd61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82cff3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a876052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf1dec0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f464155 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. feat: add new source_dirs option (#1943)

    This completes #1942 (comment)
    jfly authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    7aea2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38782cb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. docs: prep for 7.8.0

    nedbat committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    49c194f View commit details
    Browse the repository at this point in the history
  2. docs: sample HTML for 7.8.0

    nedbat committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    6d5ced9 View commit details
    Browse the repository at this point in the history
Loading