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 (
Expand
)
Author
Age
Files
Lines
*
fail_under can now be a float. #631.
Ned Batchelder
2018-01-21
1
-15
/
+9
*
Make should_fail_under an even more pure function.
Ned Batchelder
2017-03-08
1
-5
/
+6
*
More docstring.
Ned Batchelder
2017-03-05
1
-0
/
+3
*
Move the logic for fail-under to a testable function
Ned Batchelder
2017-03-04
1
-0
/
+20
*
No need to mention object.
Ned Batchelder
2016-06-23
1
-1
/
+1
*
A SimpleRepr class to inherit a simple __repr__ implementation.
Ned Batchelder
2016-06-23
1
-2
/
+2
*
Use ->exit for missed branches in the textual report. #469
Ned Batchelder
2016-04-18
1
-1
/
+1
*
Drive-by cleanup
Ned Batchelder
2016-02-04
1
-5
/
+3
*
Make sure FileReporters are called once for their data.
Ned Batchelder
2015-08-09
1
-8
/
+9
*
Rename .statements and .excluded_statements to .lines and .excluded_lines
Ned Batchelder
2015-08-09
1
-2
/
+2
*
Correct the handling of IndentationError and TokenError
Ned Batchelder
2015-08-09
1
-2
/
+2
*
.arcs() doesn't have to sort its results.
Ned Batchelder
2015-08-09
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
CoverageData.lines() and CoverageData.arcs() now distinguish between unmeasur...
Ned Batchelder
2015-07-19
1
-2
/
+2
*
is better than
Ned Batchelder
2015-07-14
1
-2
/
+2
*
More simplification of the data api
Ned Batchelder
2015-07-12
1
-2
/
+2
*
Analysis doesn't need a Coverage object, it needs a CoverageData object.
Ned Batchelder
2015-07-11
1
-6
/
+6
*
Make the summary return 0 instead.
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
Make fail_under fail if there is no coverage data.
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
Merge issue-324 fix
Ned Batchelder
2015-04-20
1
-0
/
+3
|
\
|
*
Fix branch coverage for yield statements. #308 #324
Ned Batchelder
2015-04-20
1
-0
/
+3
*
|
Remove every last trace of CodeUnit, and bring me a glass of vodka
Ned Batchelder
2015-02-22
1
-3
/
+3
|
/
*
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
-0
/
+16
*
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
-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
*
|
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
|
/
*
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
[next]