Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: add annotate.py and jsonreport.py | Ned Batchelder | 2022-12-31 | 1 | -4/+14 |
| | |||||
* | test: add a annotate test, and simplify the logic | Ned Batchelder | 2021-10-28 | 1 | -5/+2 |
| | |||||
* | style: use the official designation for utf-8 | Ned Batchelder | 2021-10-10 | 1 | -1/+1 |
| | | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure. | ||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -11/+10 |
| | |||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -3/+3 |
| | |||||
* | Get rid of Reporter base class | Ned Batchelder | 2019-06-16 | 1 | -4/+6 |
| | |||||
* | Reporter base class shouldn't be responsible for directories | Ned Batchelder | 2019-06-15 | 1 | -2/+4 |
| | |||||
* | Need to get_data for .annotate() to work | Ned Batchelder | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -0/+4 |
| | |||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -1/+2 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
| | |||||
* | Pylint weeding | Ned Batchelder | 2015-05-23 | 1 | -1/+0 |
| | |||||
* | Write all annotated files as utf8 | Ned Batchelder | 2015-05-19 | 1 | -13/+12 |
| | |||||
* | Merged in lep/coverage.py (pull request #48) | Ned Batchelder | 2015-04-24 | 1 | -0/+5 |
|\ | | | | | | | Fix #363: crash when annotating non-ascii characters in python 2. | ||||
| * | Fix #363: crash when annotating non-ascii characters in python 2. | Leonardo Pistone | 2015-04-14 | 1 | -0/+5 |
| | | | | | | | | | | --HG-- extra : amend_source : 8297268531b6014e4f2c2a445385f89688a3fb93 | ||||
* | | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -5/+5 |
|/ | |||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | ||||
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | Modernize annotate.py | Ned Batchelder | 2014-05-18 | 1 | -43/+35 |
| | |||||
* | Include all files when annotating, not just relative ones. #57 | Ned Batchelder | 2014-05-18 | 1 | -3/+0 |
| | |||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -1/+0 |
|\ | |||||
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 1 | -3/+4 |
|/ | |||||
* | Refactor reporters so the config is part of construction, and is then ↵ | Ned Batchelder | 2012-04-19 | 1 | -4/+4 |
| | | | | available everywhere. | ||||
* | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Omit and include are now filename patterns rather than prefixes. BACKWARD ↵ | Ned Batchelder | 2010-05-23 | 1 | -6/+2 |
| | | | | INCOMPATIBLE change. | ||||
* | Format the code to pylint's liking, and fix up the docstrings for omit and ↵ | Ned Batchelder | 2010-05-15 | 1 | -7/+9 |
| | | | | include. | ||||
* | 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 ↵ | Zooko Ofsimplegeo | 2010-04-19 | 1 | -3/+9 |
| | | | | | | | | | the beginning of the path for any file that is going to be included in code coverage make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool. --HG-- extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9 | ||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -9/+9 |
| | |||||
* | Refactor the analysis results so we aren't passing so many tuples around. | Ned Batchelder | 2009-10-15 | 1 | -1/+5 |
| | |||||
* | HTML report includes non-relative code units also. Fixes issue #11, though ↵ | Ned Batchelder | 2009-09-26 | 1 | -0/+3 |
| | | | | the paths displayed in the HTML are kind of heinous. | ||||
* | Add some excluded lines to the annotation tests, and write some docstrings ↵ | Ned Batchelder | 2009-05-13 | 1 | -0/+22 |
| | | | | for annotate.py | ||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | HTML reporting, phase 0. | Ned Batchelder | 2009-04-20 | 1 | -19/+3 |
| | |||||
* | Line length < 80. | Ned Batchelder | 2009-04-19 | 1 | -3/+3 |
| | |||||
* | Annotated files are only created for source files relative to the current ↵ | Ned Batchelder | 2009-04-19 | 1 | -12/+20 |
| | | | | | | | | directory. When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide. --HG-- rename : test/farm/annotate/gold_anno_dir/a.py,cover => test/farm/annotate/gold_anno_dir/a_a.py,cover rename : test/farm/annotate/gold_anno_dir/b.py,cover => test/farm/annotate/gold_anno_dir/b_b.py,cover | ||||
* | Remove debugging trace. | Ned Batchelder | 2009-04-18 | 1 | -1/+0 |
| | |||||
* | More annotate tests, but something is amiss. | Ned Batchelder | 2009-04-18 | 1 | -0/+3 |
| | |||||
* | No need for coverage.analysis to return the filename, it's a property on the ↵ | Ned Batchelder | 2009-03-13 | 1 | -2/+2 |
| | | | | CodeUnit passed in. | ||||
* | Start moving common reporter functionality into Reporter. | Ned Batchelder | 2009-03-13 | 1 | -7/+6 |
| | |||||
* | Refactor the annotate code into annotate.py | Ned Batchelder | 2009-03-13 | 1 | -0/+75 |