-
-
Notifications
You must be signed in to change notification settings - Fork 444
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.4.4
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.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
1
contributor
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f75d80 - Browse repository at this point
Copy the full SHA 3f75d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb36364 - Browse repository at this point
Copy the full SHA fb36364View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a269a6 - Browse repository at this point
Copy the full SHA 6a269a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb23aa6 - Browse repository at this point
Copy the full SHA fb23aa6View commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45cbdd2 - Browse repository at this point
Copy the full SHA 45cbdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b3288 - Browse repository at this point
Copy the full SHA 49b3288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73cba7e - Browse repository at this point
Copy the full SHA 73cba7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7877fcc - Browse repository at this point
Copy the full SHA 7877fccView commit details -
perf: more functools.lru_cache for reducing work
Got rid of some custom one-element caching, including one that didn't help because the duplicated requests were not sequential. Used functools.lru_cache instead of my own code. Caching file_reporters now means a method might be called more than once, which @Expensive was trying to prevent. But the results are cached in the parser, so no worries.
Configuration menu - View commit details
-
Copy full SHA for 121703b - Browse repository at this point
Copy the full SHA 121703bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c02c967 - Browse repository at this point
Copy the full SHA c02c967View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52db90e - Browse repository at this point
Copy the full SHA 52db90eView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c7857d - Browse repository at this point
Copy the full SHA 9c7857dView commit details
Commits on Apr 6, 2024
-
refactor: html report files start with z_
When I download an HTML report and unzip it, I need to open the directory and find the index.html file. With a d_ prefix, index.html is almost the last file in the directory. Change the prefix to z_ so that now index.html is nearly the first. More convenient for me.
Configuration menu - View commit details
-
Copy full SHA for a1e6eed - Browse repository at this point
Copy the full SHA a1e6eedView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d915667 - Browse repository at this point
Copy the full SHA d915667View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12809de - Browse repository at this point
Copy the full SHA 12809deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366c05b - Browse repository at this point
Copy the full SHA 366c05bView commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebe08b9 - Browse repository at this point
Copy the full SHA ebe08b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df04b17 - Browse repository at this point
Copy the full SHA df04b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f9c1c - Browse repository at this point
Copy the full SHA 15f9c1cView commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e50273 - Browse repository at this point
Copy the full SHA 4e50273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c5f93 - Browse repository at this point
Copy the full SHA 68c5f93View commit details -
refactor: remove unused data item
`statement` has been unused since cfdcace
Configuration menu - View commit details
-
Copy full SHA for 19fda8b - Browse repository at this point
Copy the full SHA 19fda8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3376bd3 - Browse repository at this point
Copy the full SHA 3376bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00103e2 - Browse repository at this point
Copy the full SHA 00103e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7235b80 - Browse repository at this point
Copy the full SHA 7235b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff14b1 - Browse repository at this point
Copy the full SHA 3ff14b1View commit details -
fix: improve the layout of the HTML report
Names are proportionally spaced, but with a minimum width. Column headers are proportionally spaced with no minimum width.
Configuration menu - View commit details
-
Copy full SHA for ca9f622 - Browse repository at this point
Copy the full SHA ca9f622View commit details -
feat: function and class pages separate file name from region name.
Filtering in the index page is now smartcase.
Configuration menu - View commit details
-
Copy full SHA for 6483980 - Browse repository at this point
Copy the full SHA 6483980View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 478a120 - Browse repository at this point
Copy the full SHA 478a120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7057c7d - Browse repository at this point
Copy the full SHA 7057c7dView commit details -
refactor: sorting is more modularized
Also, sort order is stored when changed, instead of onunload.
Configuration menu - View commit details
-
Copy full SHA for b1c2a58 - Browse repository at this point
Copy the full SHA b1c2a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8e905 - Browse repository at this point
Copy the full SHA de8e905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7771c53 - Browse repository at this point
Copy the full SHA 7771c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d47c9f - Browse repository at this point
Copy the full SHA 3d47c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e016967 - Browse repository at this point
Copy the full SHA e016967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c87a8 - Browse repository at this point
Copy the full SHA 74c87a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ba1c8 - Browse repository at this point
Copy the full SHA a6ba1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff9933 - Browse repository at this point
Copy the full SHA 2ff9933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a052e - Browse repository at this point
Copy the full SHA 40a052eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b115ed3 - Browse repository at this point
Copy the full SHA b115ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583f0c0 - Browse repository at this point
Copy the full SHA 583f0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e01d3 - Browse repository at this point
Copy the full SHA 41e01d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed97cfb - Browse repository at this point
Copy the full SHA ed97cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4e034 - Browse repository at this point
Copy the full SHA 5f4e034View commit details
There are no files selected for viewing