-
-
Notifications
You must be signed in to change notification settings - Fork 448
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: 6.5.0
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.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
7
contributors
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 958301f - Browse repository at this point
Copy the full SHA 958301fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a88516 - Browse repository at this point
Copy the full SHA 0a88516View commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8bdaafe - Browse repository at this point
Copy the full SHA 8bdaafeView commit details
Commits on Oct 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad1c59c - Browse repository at this point
Copy the full SHA ad1c59cView commit details -
build: remove redundant wheel dep from pyproject.toml
Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: pypa/setuptools@f7d30a9
Configuration menu - View commit details
-
Copy full SHA for 08712e9 - Browse repository at this point
Copy the full SHA 08712e9View commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d9e2e3c - Browse repository at this point
Copy the full SHA d9e2e3cView commit details
Commits on Oct 5, 2022
-
build: fix the branch protection gate check @ GHA
This adds a GHA job that reliably determines if all the required dependencies have succeeded or not. It is now in use in aiohttp (and other aio-libs projects), CherryPy, some of the Ansible repositories, all of the jaraco's projects (like `setuptools`, `importlib_metadata`), some of hynek's projects, some PyCQA, PyCA, PyPA and pytest projects, a few AWS Labs projects (to my surprise). The story behind this is explained in more detail at https://github.com/marketplace/actions/alls-green#why.
Configuration menu - View commit details
-
Copy full SHA for fdc40d0 - Browse repository at this point
Copy the full SHA fdc40d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66be37c - Browse repository at this point
Copy the full SHA 66be37cView commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 236c1e0 - Browse repository at this point
Copy the full SHA 236c1e0View commit details -
build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 (
#1465) * build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](Schneegans/dynamic-badges-action@54d929a...9e75560) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/coverage.yml Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Configuration menu - View commit details
-
Copy full SHA for 64130ee - Browse repository at this point
Copy the full SHA 64130eeView commit details
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c7f7aaf - Browse repository at this point
Copy the full SHA c7f7aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba6878 - Browse repository at this point
Copy the full SHA 8ba6878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fa130 - Browse repository at this point
Copy the full SHA 60fa130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7836b4f - Browse repository at this point
Copy the full SHA 7836b4fView commit details -
refactor: since we are showing regexes, make them a bit simpler
The old code would always wrap the regex in a needless `(?s:...)` parenthesis. Path aliases are always single regexes, so they don't need that extra wrapping. This makes logged path maps easier to understand.
Configuration menu - View commit details
-
Copy full SHA for c28544c - Browse repository at this point
Copy the full SHA c28544cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb67b1f - Browse repository at this point
Copy the full SHA cb67b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df8609 - Browse repository at this point
Copy the full SHA 7df8609View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d9c16 - Browse repository at this point
Copy the full SHA f2d9c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac65067 - Browse repository at this point
Copy the full SHA ac65067View commit details
Commits on Oct 17, 2022
-
build: update three actions to latest version (#1473)
Also, remove the symbolic references in the comments, since dependabot doesn't update them.
Configuration menu - View commit details
-
Copy full SHA for a3c8683 - Browse repository at this point
Copy the full SHA a3c8683View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4668a92 - Browse repository at this point
Copy the full SHA 4668a92View commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc996d3 - Browse repository at this point
Copy the full SHA dc996d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdae5e - Browse repository at this point
Copy the full SHA 4bdae5eView commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 57d8649 - Browse repository at this point
Copy the full SHA 57d8649View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dcf532b - Browse repository at this point
Copy the full SHA dcf532bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc2085 - Browse repository at this point
Copy the full SHA 5fc2085View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 263582f - Browse repository at this point
Copy the full SHA 263582fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ef6f0 - Browse repository at this point
Copy the full SHA 06ef6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e16f8 - Browse repository at this point
Copy the full SHA b6e16f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53db01 - Browse repository at this point
Copy the full SHA b53db01View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89aabf3 - Browse repository at this point
Copy the full SHA 89aabf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fbd3b - Browse repository at this point
Copy the full SHA 44fbd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a1d97 - Browse repository at this point
Copy the full SHA b3a1d97View commit details
Commits on Oct 30, 2022
-
fix: use glob matching instead of fnmatch. #1407
I didn't understand that fnmatch considers the entire string to be a filename, even if it has slashes in it. This led to incorrect matching. Now we use our own implementation of glob matching to get the correct behavior.
1Configuration menu - View commit details
-
Copy full SHA for ec6205a - Browse repository at this point
Copy the full SHA ec6205aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45cf793 - Browse repository at this point
Copy the full SHA 45cf793View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1291388 - Browse repository at this point
Copy the full SHA 1291388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64559a0 - Browse repository at this point
Copy the full SHA 64559a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8d0c9 - Browse repository at this point
Copy the full SHA 5e8d0c9View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89528f3 - Browse repository at this point
Copy the full SHA 89528f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea24212 - Browse repository at this point
Copy the full SHA ea24212View commit details
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b34bd14 - Browse repository at this point
Copy the full SHA b34bd14View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0f4761 - Browse repository at this point
Copy the full SHA f0f4761View commit details
Commits on Nov 5, 2022
-
jazzband/pip-tools#1617 was fixed in pip-tools==6.6.1
Configuration menu - View commit details
-
Copy full SHA for 3514582 - Browse repository at this point
Copy the full SHA 3514582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 413219b - Browse repository at this point
Copy the full SHA 413219bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3bae3 - Browse repository at this point
Copy the full SHA 2f3bae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fd4a9 - Browse repository at this point
Copy the full SHA 27fd4a9View commit details -
feat: report terminal output in Markdown Table format #1418 (#1479)
* refactoring normal reporting text output * implemented markdown feature from #1418 * minor changes * fixed text output * fixed precision for text and markdown report format * minor changes * finished testing for markdown format feature * fixed testing outside test_summary.py * removed fixed-length widespace padding for tests * removed whitespaces * refactoring, fixing docs, rewriting cmd args * fixing code quality * implementing requested changes * doc fix * test: add another test of correct report formatting * fixed precision printing test * style: adjust the formatting Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Configuration menu - View commit details
-
Copy full SHA for cf1efa8 - Browse repository at this point
Copy the full SHA cf1efa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3e1e8 - Browse repository at this point
Copy the full SHA 5a3e1e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d8677 - Browse repository at this point
Copy the full SHA 01d8677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3cc69 - Browse repository at this point
Copy the full SHA 3b3cc69View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.