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
*
moved the nose plugin to a better name
David Stanek
2010-02-20
3
-2
/
+2
*
fixed busted nose integration
David Stanek
2010-02-20
3
-6
/
+9
*
integrate a patch by prologic (James Mills) to add some options.
holger krekel
2010-02-10
1
-4
/
+32
*
Move todo's to a distinct plugin section.
Ned Batchelder
2009-11-27
1
-3
/
+8
*
add python3/jython compat TODO
holger krekel
2009-11-25
1
-0
/
+3
*
merging/unifying test plugin code
holger krekel
2009-11-25
5
-117
/
+93
*
* move pytest_coverage/nose_plugin to become directly importable
holger krekel
2009-11-25
4
-69
/
+72
*
Merging in changes from http://bitbucket.org/ned/coveragepy/
rozza@x103086.gcapmedia.com
2009-11-20
6
-93
/
+139
|
\
|
*
Polish up the sortable report: indication of sort column and sortability
Ned Batchelder
2009-11-20
4
-45
/
+57
|
*
Odd indentation, fix it.
Ned Batchelder
2009-11-20
1
-3
/
+3
|
*
Merged Chris Adams' sortable HTML changes.
Ned Batchelder
2009-11-20
3
-62
/
+89
|
|
\
|
|
*
Better HTML reporting
Chris Adams
2009-11-19
3
-62
/
+89
|
*
|
rozza == Ross Lawley
Ned Batchelder
2009-11-20
1
-1
/
+2
|
*
|
Bump the version number.
Ned Batchelder
2009-11-20
2
-1
/
+7
*
|
|
Typo
rozza@x103086.gcapmedia.com
2009-11-20
1
-1
/
+1
*
|
|
Adding a CoverageTestWrapper to be used by test runners / plugins.
rozza@x103086.gcapmedia.com
2009-11-20
3
-0
/
+318
*
|
|
Moving file filter logic out so it can be monkey patched easily
rozza@x103086.gcapmedia.com
2009-11-20
1
-10
/
+17
*
|
|
Ensuring that Class definitions exit counts are correct when you use #pragma:...
rozza@x103086.gcapmedia.com
2009-11-20
1
-2
/
+4
|
/
/
*
|
Coverage 3.2b2
Ned Batchelder
2009-11-19
1
-0
/
+1
*
|
Polish up CHANGES.
coverage-3.2b2
Ned Batchelder
2009-11-19
1
-7
/
+9
*
|
That last change fixed two bugs.
Ned Batchelder
2009-11-19
1
-2
/
+3
*
|
The --omit option was checking name instead of filename. This is much better...
Ned Batchelder
2009-11-19
2
-1
/
+5
|
/
*
Trim line lengths
Ned Batchelder
2009-11-18
1
-2
/
+3
*
Dur! This is a better way to indicate how the tests should run.
Ned Batchelder
2009-11-18
7
-17
/
+10
*
Ignore the branch of an except clause testing its type, since these aren't co...
Ned Batchelder
2009-11-17
4
-5
/
+40
*
Classes shouldn't be marked as branches. Fixes #32.
Ned Batchelder
2009-11-16
4
-9
/
+62
*
Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.
Ned Batchelder
2009-11-15
6
-12
/
+37
*
More readable comment
Ned Batchelder
2009-11-15
1
-2
/
+2
*
Avoid some unneeded tempdir creation in tests.
Ned Batchelder
2009-11-15
6
-25
/
+52
*
Paperwork
Ned Batchelder
2009-11-15
1
-1
/
+4
*
Fix a problem with syntax coloring continued lines, and refactor for testabil...
Ned Batchelder
2009-11-15
4
-86
/
+229
*
Bump the version number
Ned Batchelder
2009-11-12
2
-1
/
+7
*
Coverage 3.2b1
Ned Batchelder
2009-11-10
1
-0
/
+2
*
Coverage 3.2b1
coverage-3.2b1
Ned Batchelder
2009-11-10
1
-0
/
+2
*
Latest tweaks
Ned Batchelder
2009-11-10
1
-2
/
+3
*
Coverage 3.2b1
Ned Batchelder
2009-11-10
1
-0
/
+1
*
Put a teaser for new features in the package docstring.
Ned Batchelder
2009-11-10
2
-0
/
+2
*
Nearing 3.2b1
Ned Batchelder
2009-11-10
3
-9
/
+9
*
Fleshed-out branch documentation.
Ned Batchelder
2009-11-10
2
-14
/
+79
*
Make this test use only new-style commands.
Ned Batchelder
2009-11-10
1
-1
/
+1
*
Some per-instance caching to speed code parsing and analysis.
Ned Batchelder
2009-11-10
2
-1
/
+17
*
Start to document branch coverage
Ned Batchelder
2009-11-09
2
-0
/
+102
*
Stuff to do before 3.2 release?
Ned Batchelder
2009-11-09
1
-0
/
+3
*
Keep showing excluded lines by default.
Ned Batchelder
2009-11-09
1
-1
/
+1
*
Annotations on yellow HTML lines with the line numbers not visited.
Ned Batchelder
2009-11-08
5
-14
/
+46
*
Clean up.
Ned Batchelder
2009-11-08
6
-12
/
+37
*
Don't include excluded lines when reporting exit counts.
Ned Batchelder
2009-11-08
1
-1
/
+8
*
Dict literals shouldn't count as many different exits.
Ned Batchelder
2009-11-08
5
-22
/
+51
*
Show branches and executed branches in HTML reports.
Ned Batchelder
2009-11-08
1
-3
/
+6
*
Shouldn't count multiple (-1,x) arcs as branches.
Ned Batchelder
2009-11-08
2
-2
/
+6
[next]