Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 1 | -0/+1 | |
| | ||||||
* | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 1 | -4/+9 | |
| | ||||||
* | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 1 | -8/+6 | |
| | ||||||
* | Correct case. | Ned Batchelder | 2010-08-28 | 1 | -1/+1 | |
| | ||||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -4/+0 | |
| | | | | result of rounding. Fixes #41 and #70. | |||||
* | If there are no files to report, show a nice exception rather than fall into ↵ | Ned Batchelder | 2010-06-03 | 1 | -4/+8 | |
| | | | | a trap trying to subscript integers. Fixes #59. | |||||
* | 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 | -10/+10 | |
| | | | | 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 | -2/+7 | |
| | | | | | | | | | 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 | |||||
* | Properly record multiple exits separately. Fixes #62. | Ned Batchelder | 2010-04-27 | 1 | -1/+1 | |
| | ||||||
* | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+3 | |
| | ||||||
* | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 1 | -15/+15 | |
| | | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. | |||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -12/+12 | |
| | ||||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -3/+9 | |
| | ||||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 1 | -1/+2 | |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | |||||
* | When partial lines are hidden and run lines are shown, then partial lines ↵ | Ned Batchelder | 2009-11-24 | 1 | -2/+2 | |
| | | | | are shown as run. | |||||
* | Don't annotate partial branches with -1, use 'exit' instead. | Ned Batchelder | 2009-11-24 | 1 | -1/+7 | |
| | ||||||
* | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 1 | -12/+7 | |
| | ||||||
* | Odd indentation, fix it. | Ned Batchelder | 2009-11-20 | 1 | -3/+3 | |
| | ||||||
* | Better HTML reporting | Chris Adams | 2009-11-19 | 1 | -2/+6 | |
| | | | | imported patch TweakedReports | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -1/+1 | |
| | ||||||
* | More readable comment | Ned Batchelder | 2009-11-15 | 1 | -2/+2 | |
| | ||||||
* | Fix a problem with syntax coloring continued lines, and refactor for ↵ | Ned Batchelder | 2009-11-15 | 1 | -86/+35 | |
| | | | | testability, and add tests. Fixes issue #30. | |||||
* | Keep showing excluded lines by default. | Ned Batchelder | 2009-11-09 | 1 | -1/+1 | |
| | ||||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -1/+4 | |
| | ||||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 1 | -20/+7 | |
| | ||||||
* | A Numbers class to handle the interrelationships of counts and percentages, ↵ | Ned Batchelder | 2009-11-02 | 1 | -1/+1 | |
| | | | | including in rolled-up presentations. | |||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 1 | -9/+14 | |
| | | | | altogether if no arcs were measured. | |||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -3/+9 | |
| | ||||||
* | Commonalize the computation of total coverage percentage for a file. | Ned Batchelder | 2009-10-24 | 1 | -5/+2 | |
| | ||||||
* | Tidy up long lines | Ned Batchelder | 2009-10-24 | 1 | -1/+2 | |
| | ||||||
* | Refactor the analysis results so we aren't passing so many tuples around. | Ned Batchelder | 2009-10-15 | 1 | -8/+8 | |
| | ||||||
* | Put __version__ back in the main file, and also put the URL in only one ↵ | Ned Batchelder | 2009-09-25 | 1 | -1/+1 | |
| | | | | place, use it everywhere. | |||||
* | Cleanup in the HTML code. | Ned Batchelder | 2009-09-24 | 1 | -14/+10 | |
| | ||||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 1 | -25/+81 | |
| | ||||||
* | Simple cleanup | Ned Batchelder | 2009-09-22 | 1 | -2/+1 | |
| | ||||||
* | Expand tabs to spaces before creating HTML output. Fixes bug #6. | Ned Batchelder | 2009-06-10 | 1 | -0/+2 | |
| | ||||||
* | More pylint warnings gone. | Ned Batchelder | 2009-05-13 | 1 | -0/+3 | |
| | ||||||
* | More docstrings all around. | Ned Batchelder | 2009-05-09 | 1 | -6/+16 | |
| | ||||||
* | The HTMLifier didn't deal with runs of spaces with an odd number of spaces ↵ | Ned Batchelder | 2009-05-04 | 1 | -0/+5 | |
| | | | | properly. | |||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | A farm test for HTML generation. | Ned Batchelder | 2009-04-28 | 1 | -9/+5 | |
| | ||||||
* | Why is it that developers want things to be tidy, even things that don't ↵ | Ned Batchelder | 2009-04-26 | 1 | -2/+9 | |
| | | | | really matter? | |||||
* | HTML report now has an index.html. | Ned Batchelder | 2009-04-25 | 1 | -4/+39 | |
| | ||||||
* | Better modularity about which line classes are highlighted by default. | Ned Batchelder | 2009-04-25 | 1 | -3/+8 | |
| | ||||||
* | Use jquery to enable hiding and showing highlighting of source lines in HTML ↵ | Ned Batchelder | 2009-04-24 | 1 | -2/+7 | |
| | | | | reports. | |||||
* | Had the percentage backwards. Create the output directory if need be. | Ned Batchelder | 2009-04-24 | 1 | -1/+6 | |
| | ||||||
* | HTML and CSS for html reporting are now in separate files. | Ned Batchelder | 2009-04-24 | 1 | -166/+19 | |
| | ||||||
* | Font tweaking. | Ned Batchelder | 2009-04-23 | 1 | -4/+16 | |
| |