-
-
Notifications
You must be signed in to change notification settings - Fork 441
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nedbat/coveragepy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
5
contributors
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 150f8a9 - Browse repository at this point
Copy the full SHA 150f8a9View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 830d2eb - Browse repository at this point
Copy the full SHA 830d2ebView commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1bf0db2 - Browse repository at this point
Copy the full SHA 1bf0db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e87fab - Browse repository at this point
Copy the full SHA 3e87fabView commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ad7daf6 - Browse repository at this point
Copy the full SHA ad7daf6View commit details -
refactor: re-organize plugin construction. #1919
Also simplify the callable signature for plugin overrides, since the second config argument would always be empty.
Configuration menu - View commit details
-
Copy full SHA for bca4272 - Browse repository at this point
Copy the full SHA bca4272View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34a510 - Browse repository at this point
Copy the full SHA f34a510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e94883 - Browse repository at this point
Copy the full SHA 7e94883View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ec7859 - Browse repository at this point
Copy the full SHA 6ec7859View commit details -
build: pandoc bug fix is now available
jgm/pandoc#10497 meant I needed a local installation of pandoc, but it's fixed in homebrew now, so all is well. That `_decimal` thing was different between the versions, so get rid of it.
Configuration menu - View commit details
-
Copy full SHA for d1ba6db - Browse repository at this point
Copy the full SHA d1ba6dbView commit details
Commits on Feb 20, 2025
-
test: PyPy3.11 test fixes (#1929)
* test: Fix expected exception message for PyPy3.11 Fix the regex in `test_parser.py::PythonParserTest::test_not_python` to account for the possibility of code being wrapped in double quotes rather than single quotes, to fix the test on PyPy3.11. * test: Skip CTracer tests on pypy311 too
Configuration menu - View commit details
-
Copy full SHA for a311706 - Browse repository at this point
Copy the full SHA a311706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aecfa7 - Browse repository at this point
Copy the full SHA 1aecfa7View commit details
Commits on Mar 3, 2025
-
chore: bump the action-dependencies group with 4 updates (#1931)
Bumps the action-dependencies group with 4 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `github/codeql-action` from 3.28.9 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e8d078...b56ba49) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...cc20338) Updates `actions/attest-build-provenance` from 2.2.0 to 2.2.2 - [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@520d128...bd77c07) --- 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-patch dependency-group: action-dependencies - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch 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 6c5291a - Browse repository at this point
Copy the full SHA 6c5291aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ce68c - Browse repository at this point
Copy the full SHA 97ce68cView commit details
Commits on Mar 4, 2025
-
refactor: improve warning suppression performance by using sets (#1932)
* feat(performance): improve warning suppression lookup by using set * fix: initialize _no_warn_slugs as a empty set
Configuration menu - View commit details
-
Copy full SHA for 8c5a5ff - Browse repository at this point
Copy the full SHA 8c5a5ffView commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3418eb9 - Browse repository at this point
Copy the full SHA 3418eb9View commit details
Commits on Mar 9, 2025
-
feat: sys.monitoring, switch from BRANCH_TAKEN to BRANCH_RIGHT
Now branch measurement should be fast on 3.14.0a5+. It is still not a default core, but we might be getting close.
Configuration menu - View commit details
-
Copy full SHA for 2e88d42 - Browse repository at this point
Copy the full SHA 2e88d42View commit details -
Though it didn't result in a runnable benchmark :(
Configuration menu - View commit details
-
Copy full SHA for e3504b0 - Browse repository at this point
Copy the full SHA e3504b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c7fae - Browse repository at this point
Copy the full SHA 79c7faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 824b3ba - Browse repository at this point
Copy the full SHA 824b3baView commit details
Commits on Mar 10, 2025
-
chore: bump the action-dependencies group with 2 updates (#1935)
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.10 to 3.28.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...6bb031a) Updates `actions/attest-build-provenance` from 2.2.2 to 2.2.3 - [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@bd77c07...c074443) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch 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 0973f44 - Browse repository at this point
Copy the full SHA 0973f44View commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c9908d7 - Browse repository at this point
Copy the full SHA c9908d7View commit details -
Don't compute trails until we need them. No logging. Tweak the environment variables.
Configuration menu - View commit details
-
Copy full SHA for 1e99d28 - Browse repository at this point
Copy the full SHA 1e99d28View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7e9f2f2 - Browse repository at this point
Copy the full SHA 7e9f2f2View commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c4919cb - Browse repository at this point
Copy the full SHA c4919cbView commit details
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 33f12df - Browse repository at this point
Copy the full SHA 33f12dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6e006 - Browse repository at this point
Copy the full SHA 8f6e006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a31c5 - Browse repository at this point
Copy the full SHA 35a31c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61dcf71 - Browse repository at this point
Copy the full SHA 61dcf71View commit details
There are no files selected for viewing