index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
results.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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 ↵
Ned Batchelder
2010-08-24
1
-6
/
+28
|
|
|
|
after the decimal point in coverage percentages. Finishes issue #16.
*
Unify formatting of coverage percentages, and don't show zero or 100 as a ↵
Ned Batchelder
2010-08-22
1
-0
/
+17
|
|
|
|
result of rounding. Fixes #41 and #70.
*
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 ↵
Ned Batchelder
2009-11-02
1
-0
/
+145
circular.
[prev]