summaryrefslogtreecommitdiff
path: root/coverage/report.py
Commit message (Expand)AuthorAgeFilesLines
* * --source and --include are mutually exclusive (take 2) #265loic2017-01-071-4/+4
* Finish #396.Ned Batchelder2016-06-021-2/+2
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-2/+5
* Clean upsNed Batchelder2016-05-201-0/+1
* Restore Reporter.file_reporters, with a deprecation warning.Ned Batchelder2016-05-201-1/+17
* This didn't need to be an attribute on the objectNed Batchelder2016-05-101-7/+6
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-1/+3
* Use more compact code for includes and omitsNed Batchelder2015-09-221-17/+7
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* Remove should_be_python from the FileReporter interfaceNed Batchelder2015-08-091-0/+2
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-22/+22
* Move code_unit_factory into CoverageNed Batchelder2015-01-011-5/+1
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-011-2/+4
* Progress on pluginsNed Batchelder2014-09-141-2/+2
* Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-201-1/+1
* Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-041-1/+2
* Avoid filling the fnmatch cacheNed Batchelder2014-06-021-10/+7
* Fix #163: embarassingly, the wildcards for include and omit didn't work prope...Ned Batchelder2012-10-291-2/+3
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-201-1/+1
* Refactor reporters so the config is part of construction, and is then availab...Ned Batchelder2012-04-191-17/+14
* Don't complain about files that can't be parsed as Python if they didn't seem...Ned Batchelder2012-04-181-1/+6
* Deal more gracefully with unexpectedly-not-python source during reporting.Ned Batchelder2011-04-081-2/+2
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-1/+7
* Now that we include 0% files in the data, they aren't 'executed', they are 'm...Ned Batchelder2010-09-031-1/+1
* Remove unused importNed Batchelder2010-09-021-1/+0
* Pass config objects around to limit the sprawl of argument lists.Ned Batchelder2010-09-021-16/+10
* Refactor the --omit and --include support during reporting, and add a test fo...Ned Batchelder2010-08-281-4/+28
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-10/+8
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-11/+10
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-8/+8
* add a --require option to specify directories which are required to be at the...Zooko Ofsimplegeo2010-04-191-5/+14
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-8/+8
* When reporting, don't fall over if there's no data to report on. Fixes issue ...Ned Batchelder2009-11-261-1/+4
* Treat missing source files nicer.Ned Batchelder2009-10-251-3/+2
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-151-2/+1
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-261-2/+0
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-231-1/+0
* coverage._analyze is a non-public function.Ned Batchelder2009-05-171-1/+1
* Change how data is harvested from the collector to simplify api use.Ned Batchelder2009-05-051-3/+2
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* Clean up.Ned Batchelder2009-04-211-0/+4
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+27
* Pylint tweaksNed Batchelder2009-04-121-1/+3
* Start moving common reporter functionality into Reporter.Ned Batchelder2009-03-131-0/+30