| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 1 | -1/+9 |
* | Switch to our own prama syntax, so the tests can use the std without getting ... | Ned Batchelder | 2012-12-01 | 1 | -1/+1 |
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 1 | -1/+1 |
* | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 1 | -0/+2 |
* | Test (and fix) the summary reporting failures due to not being able to parse ... | Ned Batchelder | 2012-04-20 | 1 | -1/+1 |
* | Refactor reporters so the config is part of construction, and is then availab... | Ned Batchelder | 2012-04-19 | 1 | -11/+9 |
* | Don't complain about files that can't be parsed as Python if they didn't seem... | Ned Batchelder | 2012-04-18 | 1 | -1/+6 |
* | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 1 | -3/+4 |
* | New config setting: [report]precision lets you specify the number of digits a... | Ned Batchelder | 2010-08-24 | 1 | -2/+3 |
* | Unify formatting of coverage percentages, and don't show zero or 100 as a res... | Ned Batchelder | 2010-08-22 | 1 | -3/+3 |
* | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -4/+2 |
* | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -6/+5 |
* | Change 'requires' to 'include'. | Ned Batchelder | 2010-05-15 | 1 | -4/+4 |
* | add a --require option to specify directories which are required to be at the... | Zooko Ofsimplegeo | 2010-04-19 | 1 | -3/+9 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -6/+6 |
* | It helps if you exclude the proper pragma comment. | Ned Batchelder | 2009-12-20 | 1 | -1/+1 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -3/+3 |
* | Added branch stats to results, and the summary report includes them. | Ned Batchelder | 2009-11-08 | 1 | -15/+23 |
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -3/+4 |
* | Factor out Analysis and Numbers into their own file: imports were getting cir... | Ned Batchelder | 2009-11-02 | 1 | -1/+1 |
* | Some lint cleanup | Ned Batchelder | 2009-11-02 | 1 | -2/+7 |
* | A Numbers class to handle the interrelationships of counts and percentages, i... | Ned Batchelder | 2009-11-02 | 1 | -16/+7 |
* | Commonalize the computation of total coverage percentage for a file. | Ned Batchelder | 2009-10-24 | 1 | -4/+1 |
* | Refactor the analysis results so we aren't passing so many tuples around. | Ned Batchelder | 2009-10-15 | 1 | -4/+4 |
* | Print reporting error message so that it fits better. | Ned Batchelder | 2009-05-26 | 1 | -1/+1 |
* | coverage._analyze is a non-public function. | Ned Batchelder | 2009-05-17 | 1 | -1/+1 |
* | When printing exceptions in a report, just use the name of the exception. | Ned Batchelder | 2009-05-17 | 1 | -1/+1 |
* | How quickly can I fix, re-break, and re-fix a bug? | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Remove some lambdas | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | Reporting on nothing is OK. | Ned Batchelder | 2009-05-11 | 1 | -1/+1 |
* | No need for coverage.analysis to return the filename, it's a property on the ... | Ned Batchelder | 2009-03-13 | 1 | -1/+1 |
* | Start moving common reporter functionality into Reporter. | Ned Batchelder | 2009-03-13 | 1 | -11/+18 |
* | Use write instead of print | Ned Batchelder | 2009-03-13 | 1 | -11/+12 |
* | Refactor the annotate code into annotate.py | Ned Batchelder | 2009-03-13 | 1 | -4/+4 |
* | Refactor the reporting function into the SummaryReporter class. | Ned Batchelder | 2009-03-12 | 1 | -0/+66 |