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

Commits on Nov 24, 2024

  1. build: bump version

    nedbat committed Nov 24, 2024
    Copy the full SHA
    d9a441c View commit details
  2. build: tweak the docs build step

    nedbat committed Nov 24, 2024
    Copy the full SHA
    2649c5c View commit details
  3. build: only comment once on an issue mentioned twice

    nedbat committed Nov 24, 2024
    Copy the full SHA
    f3b269c View commit details
  4. chore: make upgrade

    nedbat committed Nov 24, 2024
    Copy the full SHA
    74d3c50 View commit details
  5. test: add a test to satisfy a condition in results.py

    nedbat committed Nov 24, 2024
    Copy the full SHA
    01cf50c View commit details

Commits on Nov 25, 2024

  1. chore: bump the action-dependencies group with 2 updates (#1899)

    Bumps the action-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).
    
    
    Updates `github/codeql-action` from 3.27.1 to 3.27.5
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4f3212b...f09c1c0)
    
    Updates `actions/dependency-review-action` from 4.4.0 to 4.5.0
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@4081bf9...3b139cf)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: action-dependencies
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 25, 2024
    Copy the full SHA
    bd23445 View commit details

Commits on Dec 2, 2024

  1. chore: make upgrade doc_upgrade

    nedbat committed Dec 2, 2024
    Copy the full SHA
    37451ed View commit details

Commits on Dec 4, 2024

  1. fix: COVERAGE_ONE_CORE should mean ctrace if possible

    nedbat committed Dec 4, 2024
    Copy the full SHA
    484678e View commit details
  2. fix: use set instead of list for arcs_executed, fixes poor performance (

    #1901)
    
    Co-authored-by: Ned Batchelder <[email protected]>
    turibe and nedbat authored Dec 4, 2024
    Copy the full SHA
    346cfc0 View commit details
  3. docs: thanks, Tomas Uribe for #1901

    nedbat committed Dec 4, 2024
    Copy the full SHA
    8fe3b2b View commit details

Commits on Dec 6, 2024

  1. docs: prep for 7.6.9

    nedbat committed Dec 6, 2024
    Copy the full SHA
    f7d7e42 View commit details
  2. docs: sample HTML for 7.6.9

    nedbat committed Dec 6, 2024
    Copy the full SHA
    daac76d View commit details
Loading