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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a no-op method to the base class to make branch coverage work with plugin...
Ned Batchelder
2015-02-06
2
-0
/
+4
*
Move stats.errors stuff to reduce repetition and noise
Ned Batchelder
2015-02-06
1
-15
/
+4
*
Switch to 'goto error' style to reduce the number of DECREFs needed
Ned Batchelder
2015-02-06
1
-37
/
+27
*
Don't need these includes any more
Ned Batchelder
2015-02-04
1
-2
/
+0
*
Clean up some pylint complaints
Ned Batchelder
2015-02-02
2
-17
/
+21
*
Ignore more directories when linting.
Ned Batchelder
2015-02-02
1
-4
/
+10
*
Trailing whitespace.
Ned Batchelder
2015-02-02
2
-2
/
+2
*
Simplify the plugin selection logic.
Ned Batchelder
2015-02-01
1
-32
/
+26
*
Make process_startup idempotent, to fix #340.
Ned Batchelder
2015-02-01
3
-7
/
+30
*
Things to do
Ned Batchelder
2015-01-31
1
-4
/
+11
*
Sort authors by entire name, not "last" name.
Ned Batchelder
2015-01-31
1
-39
/
+39
*
Multiprocess support doesn't work yet on Windows.
Ned Batchelder
2015-01-31
2
-6
/
+17
*
Wildly experimental multiprocessing support. Covers most of #117.
Ned Batchelder
2015-01-30
6
-3
/
+110
*
Add a disabled test that demonstrates bug #351.
Ned Batchelder
2015-01-29
1
-5
/
+13
*
Give a reasonable warning for a previous assert. Closes #353.
Ned Batchelder
2015-01-26
3
-6
/
+37
*
Fix the tests that were looking for the doc URL.
Ned Batchelder
2015-01-26
6
-6
/
+6
*
Bump the versions; docs now at readthedocs
Ned Batchelder
2015-01-26
4
-7
/
+9
*
Coverage 4.0a4
Ned Batchelder
2015-01-25
1
-0
/
+1
*
Prepare for 4.0a4
coverage-4.0a4
Ned Batchelder
2015-01-25
5
-9
/
+22
*
Keep windows working
Ned Batchelder
2015-01-25
2
-3
/
+10
*
More plugin doc tweaks
Ned Batchelder
2015-01-25
2
-11
/
+19
*
Update version number
Ned Batchelder
2015-01-25
1
-1
/
+1
*
Rename plugin.rst to plugins.rst
Ned Batchelder
2015-01-25
2
-1
/
+1
*
More docs about plugins.
Ned Batchelder
2015-01-25
3
-7
/
+70
*
Move flat_rootname to the base class
Ned Batchelder
2015-01-24
2
-19
/
+12
*
Delete obsolete attribute.
Ned Batchelder
2015-01-24
1
-6
/
+0
*
Set timid=True automatically for plugins
Ned Batchelder
2015-01-24
2
-2
/
+27
*
Get the version right in the docs.
Ned Batchelder
2015-01-24
1
-1
/
+1
*
Move a helper from plugin.py to misc.py
Ned Batchelder
2015-01-24
2
-26
/
+29
*
Trying to get the doc format and references right.
Ned Batchelder
2015-01-24
2
-18
/
+21
*
Remove obsolete stuff from trouble.rst
Ned Batchelder
2015-01-24
1
-19
/
+2
*
Turn all the history into comments.
Ned Batchelder
2015-01-24
14
-118
/
+118
*
Try not having a custom style on rtfd
Ned Batchelder
2015-01-24
1
-1
/
+1
*
Start of a plugin doc page
Ned Batchelder
2015-01-24
2
-0
/
+23
*
Properly handle alpha releases.
Ned Batchelder
2015-01-24
1
-3
/
+8
*
Update the changes.rst file in the docs
Ned Batchelder
2015-01-24
3
-9
/
+101
*
Change sysinfo to sys_info
Ned Batchelder
2015-01-24
4
-15
/
+15
*
Plugins can provide sysinfo
Ned Batchelder
2015-01-24
3
-0
/
+58
*
Make the two forms of debug output more uniform
Ned Batchelder
2015-01-24
5
-11
/
+33
*
info_formatter shouldn't assume it gets a list
Ned Batchelder
2015-01-24
2
-0
/
+5
*
Keep todo up-to-date
Ned Batchelder
2015-01-24
1
-2
/
+2
*
Clarify how to use make_file for non-ascii content.
Ned Batchelder
2015-01-22
2
-5
/
+12
*
Issue #315 was fixed
Ned Batchelder
2015-01-21
1
-1
/
+3
*
Bump the version
Ned Batchelder
2015-01-20
1
-1
/
+1
*
Coverage 4.0a3
Ned Batchelder
2015-01-20
1
-0
/
+1
*
An official 4.0a3
coverage-4.0a3
Ned Batchelder
2015-01-20
1
-3
/
+4
*
XML package_depth configuration option. Thanks, Lex Berezhny
Ned Batchelder
2015-01-19
6
-18
/
+88
*
Fix bad regression: XML report now reports packages again. #235
Ned Batchelder
2015-01-19
5
-9
/
+90
*
Comment was missing a word
Ned Batchelder
2015-01-19
1
-1
/
+1
*
The DTD for cobertura, for reference
Ned Batchelder
2015-01-19
1
-0
/
+55
[next]