summaryrefslogtreecommitdiff
path: root/coverage/annotate.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: file names match the commands they implement betterNed Batchelder2023-05-131-1/+1
* style: use double-quotesNed Batchelder2023-03-221-11/+11
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-1/+1
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-311-4/+14
* test: add a annotate test, and simplify the logicNed Batchelder2021-10-281-5/+2
* style: use the official designation for utf-8Ned Batchelder2021-10-101-1/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-11/+10
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-171-3/+3
* Get rid of Reporter base classNed Batchelder2019-06-161-4/+6
* Reporter base class shouldn't be responsible for directoriesNed Batchelder2019-06-151-2/+4
* Need to get_data for .annotate() to workNed Batchelder2018-11-151-0/+1
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+4
* Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-091-1/+2
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Pylint weedingNed Batchelder2015-05-231-1/+0
* Write all annotated files as utf8Ned Batchelder2015-05-191-13/+12
* Merged in lep/coverage.py (pull request #48)Ned Batchelder2015-04-241-0/+5
|\
| * Fix #363: crash when annotating non-ascii characters in python 2.Leonardo Pistone2015-04-141-0/+5
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-5/+5
|/
* Use file names with extensions in reports.Ned Batchelder2015-01-171-1/+3
* Continued refactoring of CodeUnitNed Batchelder2014-05-181-1/+1
* Modernize annotate.pyNed Batchelder2014-05-181-43/+35
* Include all files when annotating, not just relative ones. #57Ned Batchelder2014-05-181-3/+0
* Merged 4.0 to defaultNed Batchelder2013-12-131-1/+0
|\
* | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-3/+4
|/
* Refactor reporters so the config is part of construction, and is then availab...Ned Batchelder2012-04-191-4/+4
* Pass config objects around to limit the sprawl of argument lists.Ned Batchelder2010-09-021-2/+2
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-6/+2
* Format the code to pylint's liking, and fix up the docstrings for omit and in...Ned Batchelder2010-05-151-7/+9
* Change 'requires' to 'include'.Ned Batchelder2010-05-151-4/+4
* add a --require option to specify directories which are required to be at the...Zooko Ofsimplegeo2010-04-191-3/+9
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-9/+9
* Refactor the analysis results so we aren't passing so many tuples around.Ned Batchelder2009-10-151-1/+5
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-261-0/+3
* Add some excluded lines to the annotation tests, and write some docstrings fo...Ned Batchelder2009-05-131-0/+22
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* HTML reporting, phase 0.Ned Batchelder2009-04-201-19/+3
* Line length < 80.Ned Batchelder2009-04-191-3/+3
* Annotated files are only created for source files relative to the current dir...Ned Batchelder2009-04-191-12/+20
* Remove debugging trace.Ned Batchelder2009-04-181-1/+0
* More annotate tests, but something is amiss.Ned Batchelder2009-04-181-0/+3
* No need for coverage.analysis to return the filename, it's a property on the ...Ned Batchelder2009-03-131-2/+2
* Start moving common reporter functionality into Reporter.Ned Batchelder2009-03-131-7/+6
* Refactor the annotate code into annotate.pyNed Batchelder2009-03-131-0/+75