Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 2 | -5/+5 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Not sure why I changed these from inherit to normal last week (something to ↵ | Ned Batchelder | 2010-03-20 | 1 | -2/+2 |
| | | | | do with IE and the styling of the linked line numbers). 'normal' made the footer not be italic, and putting it back to 'inherit' doesn't seem to break anything. | ||||
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 2 | -2/+2 |
| | |||||
* | Added a link back to the index page at the bottom of HTML source pages. ↵ | Ned Batchelder | 2010-03-14 | 3 | -3/+15 |
| | | | | Closes issue #38. | ||||
* | HTML line numbers are clickable, and highlight the line on arrival. Also, ↵ | Ned Batchelder | 2010-03-14 | 3 | -4/+30 |
| | | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55. | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 2 | -7/+7 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 |
| | |||||
* | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 1 | -4/+4 |
| | | | | 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. | ||||
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 |
| | |||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 |
| | |||||
* | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 |
| | | | | the title of file reports. | ||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 2 | -64/+68 |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | ||||
* | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -6/+6 |
| | |||||
* | Merged Chris Adams' further improvements to click-to-sort HTML report columns. | Ned Batchelder | 2009-11-25 | 1 | -9/+59 |
|\ | |||||
| * | Persistent Index Sorting | Chris Adams | 2009-11-24 | 1 | -9/+59 |
| | | | | | | | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order | ||||
* | | When partial lines are hidden and run lines are shown, then partial lines ↵ | Ned Batchelder | 2009-11-24 | 2 | -11/+18 |
|/ | | | | are shown as run. | ||||
* | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 |
| | |||||
* | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 2 | -32/+46 |
| | |||||
* | Better HTML reporting | Chris Adams | 2009-11-19 | 2 | -60/+83 |
| | | | | imported patch TweakedReports | ||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 2 | -1/+12 |
| | |||||
* | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 2 | -7/+7 |
| | |||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 2 | -14/+14 |
| | |||||
* | Make the index page display the same in all browsers, and give it a hover ↵ | Ned Batchelder | 2009-10-30 | 2 | -3/+5 |
| | | | | effect. | ||||
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 2 | -4/+6 |
| | |||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 3 | -3/+14 |
| | | | | altogether if no arcs were measured. | ||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 2 | -9/+14 |
| | |||||
* | Fix some spacing in the footer of the HTML report. | Ned Batchelder | 2009-09-26 | 1 | -1/+6 |
| | |||||
* | 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. | ||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 2 | -1/+15 |
| | |||||
* | Point to new docs; more doc tweaks. | Ned Batchelder | 2009-06-13 | 1 | -1/+1 |
| | |||||
* | HTML annotations should use the short name of the module. | Ned Batchelder | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 2 | -2/+2 |
| | |||||
* | HTML report now has an index.html. | Ned Batchelder | 2009-04-25 | 3 | -11/+99 |
| | |||||
* | Better modularity about which line classes are highlighted by default. | Ned Batchelder | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | Remove some noise from the HTML reports, and use a 2px stripe to always show ↵ | Ned Batchelder | 2009-04-25 | 2 | -5/+10 |
| | | | | line status. | ||||
* | Use jquery to enable hiding and showing highlighting of source lines in HTML ↵ | Ned Batchelder | 2009-04-24 | 3 | -5/+46 |
| | | | | reports. | ||||
* | A cleaner look for the HTML reports. | Ned Batchelder | 2009-04-24 | 2 | -47/+43 |
| | |||||
* | HTML and CSS for html reporting are now in separate files. | Ned Batchelder | 2009-04-24 | 2 | -0/+156 |