summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the twistie from the keyboard icon.Ned Batchelder2011-06-052-0/+0
|
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-205-0/+82
|
* StyleNed Batchelder2011-04-171-3/+3
|
* StyleNed Batchelder2011-04-171-19/+19
|
* More tests, some refactoring of the code.Ned Batchelder2011-04-171-14/+14
|
* Even better way to test js: build fixtures programmatically, no need for ↵Ned Batchelder2011-04-171-6/+10
| | | | monkeypatching the code under test.
* Convert from DOS line-endingsNed Batchelder2011-04-171-53/+53
|
* Javascript testsNed Batchelder2011-04-161-22/+43
|
* Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵Ned Batchelder2011-04-081-12/+16
| | | | testing.
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-273-0/+155
|
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-1/+1
|
* Lint cleanups in the Javascript code.Ned Batchelder2011-02-041-15/+17
|
* Forgot this file in the last checkin.Ned Batchelder2010-11-071-0/+99
|
* Hotkeys for the HTML report.Ned Batchelder2010-11-073-11/+31
|
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-074-21/+168
|
* Put the Javascript into an object.Ned Batchelder2010-11-053-9/+12
|
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-222-5/+5
| | | | result of rounding. Fixes #41 and #70.
* Not sure why I changed these from inherit to normal last week (something to ↵Ned Batchelder2010-03-201-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 Batchelder2010-03-142-2/+2
|
* Added a link back to the index page at the bottom of HTML source pages. ↵Ned Batchelder2010-03-143-3/+15
| | | | Closes issue #38.
* HTML line numbers are clickable, and highlight the line on arrival. Also, ↵Ned Batchelder2010-03-143-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 Batchelder2010-03-132-7/+7
| | | | helpful for directing developers to improved test coverage.
* Minor cleanupNed Batchelder2010-03-131-3/+3
|
* Clean up the lst += string stuff, whereby string being iterable means each ↵Ned Batchelder2010-02-071-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 Batchelder2009-12-064-133/+133
|
* Make the two html templates more similar in style.Ned Batchelder2009-12-063-106/+110
|
* Add a numbered id to the line parts, for future use. Put the percentage in ↵Ned Batchelder2009-12-061-3/+3
| | | | the title of file reports.
* A little explanation of the partial branch annotations in the HTML report.Ned Batchelder2009-11-301-1/+1
|
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-252-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 Batchelder2009-11-251-6/+6
|
* Merged Chris Adams' further improvements to click-to-sort HTML report columns.Ned Batchelder2009-11-251-9/+59
|\
| * Persistent Index SortingChris Adams2009-11-241-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 Batchelder2009-11-242-11/+18
|/ | | | are shown as run.
* Turns out <tfoot> is supposed to come before <tbody>. HTML validates again.Ned Batchelder2009-11-211-13/+14
|
* Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-202-32/+46
|
* Better HTML reportingChris Adams2009-11-192-60/+83
| | | | imported patch TweakedReports
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-082-1/+12
|
* Show branches and executed branches in HTML reports.Ned Batchelder2009-11-081-3/+6
|
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-032-7/+7
|
* HTML reporting makes use of Numbers to simplify and centralize the code.Ned Batchelder2009-11-022-14/+14
|
* Make the index page display the same in all browsers, and give it a hover ↵Ned Batchelder2009-10-302-3/+5
| | | | effect.
* Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney.Ned Batchelder2009-10-282-4/+6
|
* Better reporting of partial lines, including leaving out partial stuff ↵Ned Batchelder2009-10-273-3/+14
| | | | altogether if no arcs were measured.
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-252-9/+14
|
* Fix some spacing in the footer of the HTML report.Ned Batchelder2009-09-261-1/+6
|
* Put __version__ back in the main file, and also put the URL in only one ↵Ned Batchelder2009-09-251-1/+1
| | | | place, use it everywhere.
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-232-1/+15
|
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-1/+1
|
* HTML annotations should use the short name of the module.Ned Batchelder2009-05-251-1/+1
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-302-2/+2
|