E5D0 Comparing 7.3.1...7.3.2 · coveragepy/coveragepy · GitHub
[go: up one dir, main page]

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.3.1
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.3.2
Choose a head ref
  • 17 commits
  • 47 files changed
  • 3 contributors

Commits on Sep 6, 2023

  1. build: bump version

    nedbat committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c9c89ab View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nedbat committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6824743 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@2b82ce8...6882732)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nedbat committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    afa7559 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    37e1214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788dace View commit details
    Browse the repository at this point in the history
  3. test: add a test for #1685

    Also, analysis.excluded is already a set, so it's faster to use it as-is than to
    sort it into a list.  Also also, analysis.missing has already had excluded lines
    removed from it, so no need to check it.
    nedbat committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3e011a5 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0

    Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.0.1 to 2.1.0.
    - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
    - [Commits](sigstore/gh-action-sigstore-python@v2.0.1...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nedbat committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    346b23d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c25ba0 View commit details
    Browse the repository at this point in the history
  2. chore: make upgrade

    nedbat committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    604aafa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8624ce9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab9e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1040bce View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. feat!: remove fullcoverage, it doesn't work in 3.13

    CPython stopped using it in python/cpython#88054
    nedbat committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7b8dec9 View commit details
    Browse the repository at this point in the history
  2. refactor: don't access frame structs directly

    They've been moved behind APIs since 3.10 and 3.11, but 3.13 forced our hand.
    nedbat committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1ea3907 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. docs: prep for 7.3.2

    nedbat committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ffd954f View commit details
    Browse the repository at this point in the history
  2. docs: sample HTML for 7.3.2

    nedbat committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7ec2c62 View commit details
    Browse the repository at this point in the history
  3. build: fix the pypy wheel arguments

    This happened:
    
    ```
      ********************************************************************************
      The arguments ['--python-tag', 'pp38.pp39.pp310'] were given via `--global-option`.
      Please use `--build-option` instead,
      `--global-option` is reserved for flags like `--verbose` or `--quiet`.
    
      This deprecation is overdue, please update your project and remove deprecated
      calls to avoid build errors in the future.
      ********************************************************************************
    ```
    nedbat committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a316513 View commit details
    Browse the repository at this point in the history
Loading
0