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
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: super-nit-picky tweaks from mypy
Ned Batchelder
2021-11-21
2
-3
/
+3
*
fix: suffix=False will suppress the suffix even with multiprocessing. #989
Ned Batchelder
2021-11-18
1
-1
/
+6
*
refactor: remove comparison methods only needed for Python 2
Ned Batchelder
2021-11-17
1
-16
/
+4
*
refactor: move this so I can use it ad-hoc more easily
Ned Batchelder
2021-11-16
2
-26
/
+26
*
refactor: filename_suffix() is only used by CoverageData, so move it
Ned Batchelder
2021-11-16
2
-23
/
+23
*
docs: clarify the CoverageData(basename=) argument. #985
Ned Batchelder
2021-11-15
1
-1
/
+1
*
refactor: specialize exceptions
Ned Batchelder
2021-11-14
14
-58
/
+79
*
docs: document the exceptions
Ned Batchelder
2021-11-14
4
-12
/
+12
*
debug: the `coverage debug` command no longer accepts multiple topics
Ned Batchelder
2021-11-13
1
-24
/
+26
*
fix: suppress exceptions when finding source= modules. #1203
Ned Batchelder
2021-11-13
1
-1
/
+1
*
style(docs): make note:: uses uniform
Ned Batchelder
2021-11-13
1
-3
/
+5
*
refactor: a plural helper
Ned Batchelder
2021-11-13
3
-14
/
+19
*
feat: 'debug data' now enumerates combinable files also
Ned Batchelder
2021-11-13
2
-34
/
+55
*
refactor: no need for __nonzero__, that was py2 only
Ned Batchelder
2021-11-13
2
-6
/
+2
*
fix: don't overwrite a .gitignore in the html output directory. #1244
nedbat/1244-again
Ned Batchelder
2021-11-12
1
-2
/
+4
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
6
-7
/
+7
*
refactor: we no longer need to treat 'class' lines specially
Ned Batchelder
2021-11-11
1
-15
/
+0
*
fix: colons in decorators shouldn't stop an exclusion
Ned Batchelder
2021-11-10
1
-2
/
+7
*
build: bump version
Ned Batchelder
2021-11-10
1
-1
/
+1
*
build: prep for 6.1.2
Ned Batchelder
2021-11-10
1
-1
/
+1
*
fix: CPython 3.11 support. #1241
Ned Batchelder
2021-11-10
1
-1
/
+7
*
style: make these macros more bullet-proof
Ned Batchelder
2021-11-10
2
-5
/
+5
*
fix: warn about more source file problems
Ned Batchelder
2021-11-09
2
-7
/
+8
*
fix: remapping paths during combining needs to follow relative_files=True. #1147
Ned Batchelder
2021-11-06
2
-3
/
+6
*
fix: give a default value to the name argument for Matchers. #1273
Ned Batchelder
2021-11-05
1
-3
/
+3
*
fix: don't report branches to exclusions as missing. #1271
Ned Batchelder
2021-11-05
1
-1
/
+2
*
refactor(test): don't even import contracts if not using PyContracts
Ned Batchelder
2021-11-04
3
-10
/
+11
*
build: bump version
Ned Batchelder
2021-10-31
1
-1
/
+1
*
build: prep for 6.1.1
Ned Batchelder
2021-10-31
1
-1
/
+1
*
fix: don't warn about already imported files for namespace packages #888
Ned Batchelder
2021-10-31
1
-0
/
+4
*
fix: don't mention the p shortcut if not doing branches
Ned Batchelder
2021-10-30
1
-1
/
+4
*
fix: sticky HTML header only worked with branch coverage
Ned Batchelder
2021-10-30
1
-15
/
+23
*
chore: bump version
Ned Batchelder
2021-10-30
1
-1
/
+1
*
build: prep for version 6.1
6.1
Ned Batchelder
2021-10-29
1
-1
/
+1
*
deprecated: the annotate command will be removed in a future version
Ned Batchelder
2021-10-29
1
-0
/
+8
*
test: add a annotate test, and simplify the logic
Ned Batchelder
2021-10-28
1
-5
/
+2
*
feat: html output directory gets a .gitignore file. #1244
Ned Batchelder
2021-10-27
1
-0
/
+5
*
fix(debug): ast_dump failed on a few things
Ned Batchelder
2021-10-27
1
-2
/
+5
*
feat: xml and json say what they are doing, and -q quiets everything. #1254
nedbat/dashq
Ned Batchelder
2021-10-26
5
-4
/
+20
*
test: a true unit test for render_report
Ned Batchelder
2021-10-26
1
-1
/
+1
*
refactor: alphabetize the options
Ned Batchelder
2021-10-26
1
-37
/
+37
*
refactor: more direct
Ned Batchelder
2021-10-25
1
-3
/
+2
*
fix: changes for PyPy3.8
Ned Batchelder
2021-10-25
1
-1
/
+4
*
fix(html): ariaSort isn't supported in Firefox yet
Ned Batchelder
2021-10-23
3
-14
/
+14
*
fix(html): fix a few problems with the html report
Ned Batchelder
2021-10-23
4
-28
/
+32
*
refactor: no more need for a search path for static files
Ned Batchelder
2021-10-23
1
-49
/
+13
*
refactor(html): remove all uses of jQuery, only vanilla JS now
Septatrix
2021-10-23
11
-616
/
+394
*
refactor(html): a one-header sticky header
Ned Batchelder
2021-10-23
4
-90
/
+80
*
fix(html): scrolling to an anchor ensures the line is visible
Ned Batchelder
2021-10-20
3
-24
/
+34
*
fix: avoid measuring generated code. #1160
Ned Batchelder
2021-10-18
2
-0
/
+5
[next]