-
-
Notifications
You must be signed in to change notification settings - Fork 457
Comparing changes
Open a pull request
base repository: nedbat/coveragepy
base: 7.9.1
head repository: nedbat/coveragepy
compare: 7.9.2
- 11 commits
- 29 files changed
- 3 contributors
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d9850c - Browse repository at this point
Copy the full SHA 7d9850cView commit details
Commits on Jun 15, 2025
-
chore: bump the action-dependencies group with 2 updates (#1985)
Bumps the action-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `github/codeql-action` from 3.28.18 to 3.29.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff0a06e...ce28f5b) Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.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@db473fd...e8998f9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: actions/attest-build-provenance dependency-version: 2.4.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>
Configuration menu - View commit details
-
Copy full SHA for 42bf82c - Browse repository at this point
Copy the full SHA 42bf82cView commit details -
fix: enable measuring test coverage for Python archive (.par) files (#…
…1984) ".par" files are another common(?) (at least at Meta) zip-based binary format for python applications. This change enables coverage to unpack and use the unpacked files under any .par archives as source files. we've been carrying this patch for years, so I thought I'd try to upstream it, as it could benefit any PAR users out there (and should be harmless for anyone else).
Configuration menu - View commit details
-
Copy full SHA for 614dfbf - Browse repository at this point
Copy the full SHA 614dfbfView commit details
Commits on Jun 22, 2025
-
chore: bump the action-dependencies group with 2 updates (#1988)
Bumps the action-dependencies group with 2 updates: [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `sigstore/gh-action-sigstore-python` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@f514d46...f7ad0af) Updates `astral-sh/setup-uv` from 6.1.0 to 6.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@f0ec1fc...445689e) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies - dependency-name: astral-sh/setup-uv dependency-version: 6.3.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>
Configuration menu - View commit details
-
Copy full SHA for 279310a - Browse repository at this point
Copy the full SHA 279310aView commit details
Commits on Jun 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a3d00d5 - Browse repository at this point
Copy the full SHA a3d00d5View commit details
Commits on Jul 2, 2025
-
build: use pyenv for nightly builds. Thanks, Paul Timmins
Deadsnakes was giving me too-old builds, and I can't understand why. So switch to pyenv instead.
Configuration menu - View commit details
-
Copy full SHA for 678ec80 - Browse repository at this point
Copy the full SHA 678ec80View commit details
Commits on Jul 3, 2025
-
fix: assume a missing line number is intra-line. #1991
A bytecode is missing a line number. This seems to happen with conditionals within a line, so assume the missing line number means we aren't branching from one line to another. I wrote a CPython bug about the missing line number: python/cpython#136190
Configuration menu - View commit details
-
Copy full SHA for 88dcaa2 - Browse repository at this point
Copy the full SHA 88dcaa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8d9b6 - Browse repository at this point
Copy the full SHA 9a8d9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35305c3 - Browse repository at this point
Copy the full SHA 35305c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24cf7e - Browse repository at this point
Copy the full SHA b24cf7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e77492 - Browse repository at this point
Copy the full SHA 6e77492View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.9.1...7.9.2