summaryrefslogtreecommitdiff
path: root/coverage/results.py
Commit message (Expand)AuthorAgeFilesLines
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-15/+9
* Make should_fail_under an even more pure function.Ned Batchelder2017-03-081-5/+6
* More docstring.Ned Batchelder2017-03-051-0/+3
* Move the logic for fail-under to a testable functionNed Batchelder2017-03-041-0/+20
* No need to mention object.Ned Batchelder2016-06-231-1/+1
* A SimpleRepr class to inherit a simple __repr__ implementation.Ned Batchelder2016-06-231-2/+2
* Use ->exit for missed branches in the textual report. #469Ned Batchelder2016-04-181-1/+1
* Drive-by cleanupNed Batchelder2016-02-041-5/+3
* Make sure FileReporters are called once for their data.Ned Batchelder2015-08-091-8/+9
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-2/+2
* Correct the handling of IndentationError and TokenErrorNed Batchelder2015-08-091-2/+2
* .arcs() doesn't have to sort its results.Ned Batchelder2015-08-091-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* CoverageData.lines() and CoverageData.arcs() now distinguish between unmeasur...Ned Batchelder2015-07-191-2/+2
* is better thanNed Batchelder2015-07-141-2/+2
* More simplification of the data apiNed Batchelder2015-07-121-2/+2
* Analysis doesn't need a Coverage object, it needs a CoverageData object.Ned Batchelder2015-07-111-6/+6
* Make the summary return 0 instead.Ionel Cristian Maries2015-06-281-1/+1
* Make fail_under fail if there is no coverage data.Ionel Cristian Maries2015-06-281-1/+1
* Merge issue-324 fixNed Batchelder2015-04-201-0/+3
|\
| * Fix branch coverage for yield statements. #308 #324Ned Batchelder2015-04-201-0/+3
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-3/+3
|/
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-18/+12
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-0/+7
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-2/+9
* Make the text report branch column match the HTML reportNed Batchelder2014-10-201-2/+3
* More plugin re-shapingNed Batchelder2014-10-191-2/+1
* Improve branch summarizationNed Batchelder2014-07-081-4/+6
* Clean up the merged pull requestNed Batchelder2014-06-011-4/+3
* Fix formatting when no missing lines; improve testsSteve2014-05-261-0/+16
* Continued refactoring of CodeUnitNed Batchelder2014-05-181-5/+1
* A bit of refactoring, inching slowly toward nicer CodeUnitsNed Batchelder2014-05-181-3/+1
* Small cleanupsNed Batchelder2014-05-031-4/+4
* More refactoring of hacked Mako supportNed Batchelder2014-04-181-40/+2
* Hacked-in Mako support.Ned Batchelder2014-03-081-1/+2
* Start on splitting into different parsers for different languagesNed Batchelder2014-03-061-2/+1
* Merged 4.0 to defaultNed Batchelder2013-12-131-1/+1
|\
| * Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-1/+1
* | Now I can use collections.defaultdictNed Batchelder2013-10-201-3/+2
* | Generator expressons are ok now.Ned Batchelder2013-10-191-8/+8
* | Now I can use decorators.Ned Batchelder2013-10-191-10/+10
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
|/
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-8/+40
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-231-1/+1
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-5/+12
* Use iitems() to avoid lists of dict items on py2.Ned Batchelder2012-11-161-3/+3
* The number of missed branches reported on the HTML summary page didn't match ...Ned Batchelder2011-08-021-1/+3
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-311-5/+6
* Minor cleanupsNed Batchelder2011-05-281-2/+2
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-171-5/+16