Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
nedbat
/
coveragepy
/
HEAD
5daff8d
docs: now source is formatted with ruff
by Ned Batchelder
· 5 days ago
master
04bbc3a
docs: discuss cog in the contributing docs
by Ned Batchelder
· 5 days ago
c181b93
build: use cog --check-fail-msg to instruct devs
by Ned Batchelder
· 5 days ago
33c4ba1
chore: make upgrade
by Ned Batchelder
· 5 days ago
0744b73
chore: bump the action-dependencies group across 1 directory with 2 updates (#2057)
by dependabot[bot]
· 5 days ago
0d5a112
perf: bulk narrowing to avoid N**2. #2048
by Ned Batchelder
· 5 days ago
a868ed9
docs: mention Python Discord on the index page
by Ned Batchelder
· 7 days ago
d8011e7
build: adjust permissions and comment unusual ones
by Ned Batchelder
· 13 days ago
2b003ee
chore: make upgrade
by Ned Batchelder
· 2 weeks ago
01a71f0
docs: one more error gets an explanation
by Ned Batchelder
· 3 weeks ago
8ee107c
build: a 'qual' marker for tox
by Ned Batchelder
· 3 weeks ago
dfdef05
docs: provide an explanation for No Source. #1921
by Ned Batchelder
· 3 weeks ago
32785dd
refactor: use __url__ and don't make a big production of it
by Ned Batchelder
· 3 weeks ago
0dd48b6
chore: bump the action-dependencies group with 4 updates (#2045)
by dependabot[bot]
· 3 weeks ago
c18ec8e
test: somehow unclosed db warnings are in the list sometimes?
by Ned Batchelder
· 3 weeks ago
1737cac
docs: warnings now link to docs about the warning
by Ned Batchelder
· 3 weeks ago
a9983a6
docs: split out warnings to their own messages page
by Ned Batchelder
· 3 weeks ago
e32f20c
docs: don't import cog helpers we don't use
by Ned Batchelder
· 3 weeks ago
6d8df0c
docs: --debug is common
by Ned Batchelder
· 3 weeks ago
2b793ba
docs: restructure commands into their own pages
by Ned Batchelder
· 3 weeks ago
504c481
test: exclude 'not env.METACOV' more forcefully
by Ned Batchelder
· 4 weeks ago
1ed78a9
chore: bump the action-dependencies group with 2 updates (#2042)
by dependabot[bot]
· 4 weeks ago
8000b0a
test: test CoverageConfig.serialize unitly
by Ned Batchelder
· 4 weeks ago
45958c8
refactor: on second thought, it should be a classmethod
by Ned Batchelder
· 4 weeks ago
1433282
chore: make upgrade
by Ned Batchelder
· 4 weeks ago
a7e7c69
build: bump version to 7.10.7
by Ned Batchelder
· 4 weeks ago
88c55ff
docs: sample HTML for 7.10.6
by Ned Batchelder
· 4 weeks ago
7.10.6
01d8995
docs: prep for 7.10.6
by Ned Batchelder
· 4 weeks ago
9b0c24f
docs: thanks Alex #2038
by Ned Batchelder
· 4 weeks ago
66d6910
fix: make `source` paths absolute where they exist. #1499
by Ned Batchelder
· 4 weeks ago
bb3382f
build: no need for the combine/html times now
by Ned Batchelder
· 5 weeks ago
9ea349a
lab: warn_executed.py
by Ned Batchelder
· 5 weeks ago
808c9b4
build: changing metacov.ini should trigger metacov
by Ned Batchelder
· 5 weeks ago
384f5f2
build: oops, some 'if's are really line pragmas
by Ned Batchelder
· 5 weeks ago
a7224af
perf: pre-compute the mapping between other_db.context and main.context (#2038)
by Alex Gaynor
· 5 weeks ago
5c00c5b
chore: bump the action-dependencies group with 3 updates (#2039)
by dependabot[bot]
· 5 weeks ago
4e52f83
fix: make _get_file_reporters deterministic
by Ned Batchelder
· 5 weeks ago
f1d6987
build: pragma tweaks
by Ned Batchelder
· 5 weeks ago
1fc1107
refactor: the simplest possible
by Ned Batchelder
· 5 weeks ago
74931d3
style: tweak report.py
by Ned Batchelder
· 5 weeks ago
84ca235
refactor: more f-strings
by Ned Batchelder
· 5 weeks ago
e129781
build: bump version to 7.10.6
by Ned Batchelder
· 5 weeks ago
810abeb
chore: make upgrade
by Ned Batchelder
· 5 weeks ago
7.10.5
3c8f1b5
build: use --universal to keep platform conditions in .pip files
by Ned Batchelder
· 5 weeks ago
107ae05
docs: sample HTML for 7.10.5
by Ned Batchelder
· 5 weeks ago
b5bc6d4
docs: prep for 7.10.5
by Ned Batchelder
· 5 weeks ago
a5c18cc
style: auto-generated changes shouldn't trigger ruff re-formatting
by Ned Batchelder
· 5 weeks ago
1f9f840
build: tooling for ruff formatting
by Ned Batchelder
· 5 weeks ago
9ee5b3e
chore: make upgrade
by Ned Batchelder
· 5 weeks ago
bfeb2ae
style: fix things so pylint is happy with ruff
by Ned Batchelder
· 5 weeks ago
82467f7
chore: `ruff format .`
by Ned Batchelder
· 5 weeks ago
0a7b733
refactor: remove unused things from lab/
by Ned Batchelder
· 5 weeks ago
8f06c42
style: use a helper for long help strings
by Ned Batchelder
· 5 weeks ago
f4541cf
style: disable more ruff
by Ned Batchelder
· 5 weeks ago
5ddfa07
style: disable ruff where needed
by Ned Batchelder
· 5 weeks ago
e684dff
refactor: two branches that aren't used and aren't needed
by Ned Batchelder
· 5 weeks ago
9096b00
style: use upper-case for SQL throughout
by Ned Batchelder
· 5 weeks ago
697cdeb
docs: huge thanks to Alex Gaynor
by Ned Batchelder
· 5 weeks ago
81e0189
perf: move the core of the combine logic to be entirely in SQL (#2033)
by Alex Gaynor
· 5 weeks ago
049a112
build: time some small steps when combining
by Ned Batchelder
· 5 weeks ago
b3dd60f
build: don't make a JSON report, I wasn't using it
by Ned Batchelder
· 5 weeks ago
9e50a02
build: include coverage report in the action output
by Ned Batchelder
· 6 weeks ago
d8f88c7
refactor: use SQLite URIs for in-memory databases (#2034)
by Alex Gaynor
· 6 weeks ago
575740b
docs: slight tweaks to the issue template
by Ned Batchelder
· 6 weeks ago
27c2318
docs: thanks, Alex Gaynor #2032
by Ned Batchelder
· 6 weeks ago
aae0ad9
perf: small optimizations to combine (#2032)
by Alex Gaynor
· 6 weeks ago
2e9a18d
build: silence a warning we don't care about
by Ned Batchelder
· 6 weeks ago
1c479c6
chore: bump the action-dependencies group with 3 updates (#2031)
by dependabot[bot]
· 6 weeks ago
bec9629
build: bump version to 7.10.5
by Ned Batchelder
· 6 weeks ago
1cd29f2
docs: sample HTML for 7.10.4
by Ned Batchelder
· 6 weeks ago
7.10.4
92a91e9
docs: prep for 7.10.4
by Ned Batchelder
· 6 weeks ago
9ee6390
debug: more details in debug messages
by Ned Batchelder
· 6 weeks ago
6af8a5d
feat: patch=fork
by Ned Batchelder
· 6 weeks ago
0eb292d
refactor: a nicer way to inject config from the environment
by Ned Batchelder
· 6 weeks ago
183cd9b
build: tweaks to how the python build is bannered for tox
by Ned Batchelder
· 6 weeks ago
6c2fb87
chore: make upgrade
by Ned Batchelder
· 6 weeks ago
a22436c
test: since 62434e79 we don't need to account for .tox
by Ned Batchelder
· 6 weeks ago
4ab4bb0
test: add a test for env var truncation
by Ned Batchelder
· 6 weeks ago
bf1a970
refactor: better style for constants
by Ned Batchelder
· 7 weeks ago
68616f4
fix: don't show all of COVERAGE_PROCESS_CONFIG in --debugs=sys
by Ned Batchelder
· 7 weeks ago
62434e7
test: find source directory relative to tests rather than `coverage` (#2028)
by Michał Górny
· 7 weeks ago
e76220d
test: clean up .pth files after the execv tests #2029
by Ned Batchelder
· 7 weeks ago
882395f
fix: execve also gets the full configuration
by Ned Batchelder
· 7 weeks ago
b48ae28
fix: metacov was broken for execv tests
by Ned Batchelder
· 7 weeks ago
79e563c
build: bump version to 7.10.4
by Ned Batchelder
· 7 weeks ago
0691ce5
docs: sample HTML for 7.10.3
by Ned Batchelder
· 7 weeks ago
7.10.3
34c9aca
docs: prep for 7.10.3
by Ned Batchelder
· 7 weeks ago
fd83f21
style: lists for homogenous collections
by Ned Batchelder
· 7 weeks ago
d961800
docs: remove an unused reference
by Ned Batchelder
· 7 weeks ago
697d4bb
fix: subprocesses inherit the entire configuration. #2021
by Ned Batchelder
· 7 weeks ago
b6db3b7
build: show the total during local metacov
by Ned Batchelder
· 7 weeks ago
cfbceb5
docs: reverted #2018
by Ned Batchelder
· 7 weeks ago
264bbd3
refactor: more patch logging
by Ned Batchelder
· 7 weeks ago
3ecdfaf
chore: bump the action-dependencies group with 2 updates (#2026)
by dependabot[bot]
· 7 weeks ago
41a2256
fix: revert "thread safe resume (#2018)" (#2027)
by Kumar Aditya
· 7 weeks ago
1198fea
refactor: split up apply_patches
by Ned Batchelder
· 7 weeks ago
817542f
fix: added debug logging for patches
by Ned Batchelder
· 7 weeks ago
958e30e
fix: patch=subprocess didn't work on some Windows. #2022
by Ned Batchelder
· 7 weeks ago
3883efe
refactor: put pth creation with the rest of the patching
by Ned Batchelder
· 7 weeks ago
7140b98
fix: force patched subprocesses to write data to the original directory. #2025
by Ned Batchelder
· 7 weeks ago
Next »