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
/
results.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start formalizing the FileReporter interface to simplify things
Ned Batchelder
2015-01-02
1
-18
/
+12
*
Use json for html status file instead of pickle.
Ned Batchelder
2014-10-27
1
-0
/
+7
*
Filtering now computes coverage percentages properly.
Ned Batchelder
2014-10-22
1
-2
/
+9
*
Make the text report branch column match the HTML report
Ned Batchelder
2014-10-20
1
-2
/
+3
*
More plugin re-shaping
Ned Batchelder
2014-10-19
1
-2
/
+1
*
Improve branch summarization
Ned Batchelder
2014-07-08
1
-4
/
+6
*
Clean up the merged pull request
Ned Batchelder
2014-06-01
1
-4
/
+3
*
Fix formatting when no missing lines; improve tests
Steve
2014-05-26
1
-1
/
+3
*
Add branch misses to stdout report
Steve
2014-05-23
1
-0
/
+14
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
1
-5
/
+1
*
A bit of refactoring, inching slowly toward nicer CodeUnits
Ned Batchelder
2014-05-18
1
-3
/
+1
*
Small cleanups
Ned Batchelder
2014-05-03
1
-4
/
+4
*
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-40
/
+2
*
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-1
/
+2
*
Start on splitting into different parsers for different languages
Ned Batchelder
2014-03-06
1
-2
/
+1
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
1
-22
/
+21
|
\
|
*
Now I can use collections.defaultdict
Ned Batchelder
2013-10-20
1
-3
/
+2
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-8
/
+8
|
*
Now I can use decorators.
Ned Batchelder
2013-10-19
1
-10
/
+10
|
*
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
1
-1
/
+1
*
|
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Ned Batchelder
2013-10-23
1
-1
/
+1
|
/
*
Properly report .pyw files. #261.
Ned Batchelder
2013-09-29
1
-8
/
+40
*
Messages with filenames are not good as %r, because it doubles the backslashe...
Ned Batchelder
2012-11-23
1
-1
/
+1
*
Branch coverage is computed more accurately, #156.
Ned Batchelder
2012-11-19
1
-5
/
+12
*
Use iitems() to avoid lists of dict items on py2.
Ned Batchelder
2012-11-16
1
-3
/
+3
*
The number of missed branches reported on the HTML summary page didn't match ...
Ned Batchelder
2011-08-02
1
-1
/
+3
*
Better handling of the partial-branch exclusion regexes. Finishes issue #113.
Ned Batchelder
2011-05-31
1
-5
/
+6
*
Minor cleanups
Ned Batchelder
2011-05-28
1
-2
/
+2
*
WIP for partial branch exclusion. #113
Ned Batchelder
2011-05-17
1
-5
/
+16
*
Some pylint cleanups.
Ned Batchelder
2011-02-01
1
-1
/
+1
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
*
The XML report was missing an attribute Cobertura needed. Fixes #65 and #81.
Ned Batchelder
2010-09-04
1
-1
/
+20
*
New config setting: [report]precision lets you specify the number of digits a...
Ned Batchelder
2010-08-24
1
-6
/
+28
*
Unify formatting of coverage percentages, and don't show zero or 100 as a res...
Ned Batchelder
2010-08-22
1
-0
/
+17
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-12
/
+12
*
Clean up.
Ned Batchelder
2009-11-08
1
-3
/
+5
*
Dict literals shouldn't count as many different exits.
Ned Batchelder
2009-11-08
1
-16
/
+2
*
Shouldn't count multiple (-1,x) arcs as branches.
Ned Batchelder
2009-11-08
1
-0
/
+4
*
Added branch stats to results, and the summary report includes them.
Ned Batchelder
2009-11-08
1
-2
/
+31
*
Make the naming of Results attributes more consistent.
Ned Batchelder
2009-11-03
1
-8
/
+8
*
Test and refactor Numbers.
Ned Batchelder
2009-11-02
1
-10
/
+11
*
HTML reporting makes use of Numbers to simplify and centralize the code.
Ned Batchelder
2009-11-02
1
-6
/
+14
*
Factor out Analysis and Numbers into their own file: imports were getting cir...
Ned Batchelder
2009-11-02
1
-0
/
+145