index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
control.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: file names match the commands they implement better
Ned Batchelder
2023-05-13
1
-2
/
+2
*
fix: save coverage data on SIGTERM (#1600)
Lewis Gaul
2023-04-06
1
-1
/
+1
*
style: double quotes
Ned Batchelder
2023-03-22
1
-37
/
+37
*
refactor: no placebos, use true Optional
Ned Batchelder
2023-02-14
1
-48
/
+39
*
refactor: make placebos private
Ned Batchelder
2023-02-12
1
-7
/
+7
*
fix: Path objects are ok for data_file and config_file. #1552
Ned Batchelder
2023-02-12
1
-3
/
+7
*
refactor: use placebos instead of non-existent attributes
Ned Batchelder
2023-02-11
1
-35
/
+64
*
test: adapt to latest pylint
Ned Batchelder
2023-02-09
1
-1
/
+1
*
feat: the debug output file can be specified in the config file. #1319
Ned Batchelder
2023-01-22
1
-4
/
+2
*
style: use good style for annotated defaults parameters
Ned Batchelder
2023-01-05
1
-76
/
+76
*
mypy: Iterator is better than Generator
Ned Batchelder
2023-01-05
1
-2
/
+2
*
mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py
Ned Batchelder
2023-01-04
1
-10
/
+11
*
mypy: summary.py, test_summary.py, tests/coveragetest.py
Ned Batchelder
2023-01-04
1
-14
/
+14
*
mypy: partial debug.py and pytracer.py
Ned Batchelder
2023-01-02
1
-1
/
+1
*
mypy: check collector.py and plugin_support.py
Ned Batchelder
2023-01-01
1
-5
/
+7
*
mypy: add cmdline.py and test_cmdline.py
Ned Batchelder
2022-12-31
1
-2
/
+2
*
mypy: add env.py
Ned Batchelder
2022-12-31
1
-4
/
+2
*
mypy: control.py is checked
Ned Batchelder
2022-12-31
1
-104
/
+127
*
mypy: check tests/goldtest.py, tests/test_html.py
Ned Batchelder
2022-12-31
1
-6
/
+6
*
refactor: removed mentions of Jython and IronPython
Ned Batchelder
2022-12-30
1
-10
/
+1
*
style: correct some lint errors
Ned Batchelder
2022-12-30
1
-2
/
+2
*
mypy: inorout.py, disposition.py, and part of control.py
Ned Batchelder
2022-12-30
1
-64
/
+73
*
style: fix spelling
Ned Batchelder
2022-11-28
1
-2
/
+2
*
build: next version will be 7.0
Ned Batchelder
2022-11-28
1
-1
/
+1
*
feat: implicit path mapping during reporting. #1212
Ned Batchelder
2022-11-27
1
-10
/
+26
*
style: long arg lists should be one per line
Ned Batchelder
2022-11-26
1
-51
/
+142
*
refactor, docs: clean-up for #1387
Ned Batchelder
2022-11-17
1
-1
/
+1
*
feat: added support for finding unexecuted namespace packages (#1387)
Felix Horvat
2022-11-17
1
-0
/
+1
*
feat: complete removal of `[run] note`
Ned Batchelder
2022-11-11
1
-3
/
+0
*
feat: --format=total writes just the total number
Ned Batchelder
2022-11-06
1
-1
/
+1
*
refactor: use `format` wherever we can
Ned Batchelder
2022-11-05
1
-3
/
+3
*
feat: report terminal output in Markdown Table format #1418 (#1479)
stepeos
2022-11-05
1
-2
/
+9
*
feat: implicitly combine relative paths
Ned Batchelder
2022-10-15
1
-10
/
+8
*
feat: --debug=pathmap will show details of re-mapping due to [paths] setting.
Ned Batchelder
2022-09-16
1
-1
/
+4
*
docs: ensure code blocks are highlighted properly
Ned Batchelder
2022-08-21
1
-2
/
+6
*
fix: the SIGTERM handler is now opt-in. #1310
Ned Batchelder
2022-05-18
1
-6
/
+7
*
style: parens should indent the same as their opening line
Ned Batchelder
2022-05-01
1
-6
/
+6
*
fix: provide an intelligible error message for multiprocessing with no config...
Ned Batchelder
2022-02-09
1
-0
/
+2
*
debug: pybehave is now an option on `coverage debug`
Ned Batchelder
2022-02-06
1
-20
/
+10
*
debug: add 'pybehave' debug information
Ned Batchelder
2022-02-06
1
-0
/
+13
*
fix: only set signal handlers from the main thread. #1312
Ned Batchelder
2022-01-26
1
-1
/
+4
*
feat: use --data-file to configure the coverage database
Nikita Bloshchanevich
2022-01-25
1
-3
/
+4
*
fix: save data on SIGTERM #1307
Ned Batchelder
2022-01-23
1
-2
/
+17
*
feat: add "lcov" command for generating LCOV reports
Bradley Burns
2022-01-22
1
-0
/
+20
*
feat: multiple --concurrency values. #1012 #1082
nedbat/multi-concurrency
Ned Batchelder
2021-11-25
1
-1
/
+1
*
fix: suffix=False will suppress the suffix even with multiprocessing. #989
Ned Batchelder
2021-11-18
1
-1
/
+6
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
1
-4
/
+6
*
style(docs): make note:: uses uniform
Ned Batchelder
2021-11-13
1
-3
/
+5
*
fix: remapping paths during combining needs to follow relative_files=True. #1147
Ned Batchelder
2021-11-06
1
-1
/
+1
*
deprecated: the annotate command will be removed in a future version
Ned Batchelder
2021-10-29
1
-0
/
+8
[next]