summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
Commit message (Expand)AuthorAgeFilesLines
...
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-192-3/+3
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-2/+2
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-301-1/+0
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors in...Ned Batchelder2012-09-261-2/+2
* Color the buttons on the pyfile page, so they have a visual connection to the...Ned Batchelder2012-04-282-1/+26
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-282-4/+9
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-202-0/+6
* cleanerNed Batchelder2011-06-261-1/+1
* HTML report hotkeys work differently if the current chunk is off-screen. A c...Ned Batchelder2011-06-261-10/+116
* Scroll-to-top needs the Chrome fix also.Ned Batchelder2011-06-231-1/+1
* Some jslint cleanupsNed Batchelder2011-06-231-5/+4
* Chrome fixes: transparent colors are not 'transparent', and scrolling html do...Ned Batchelder2011-06-231-4/+10
* Tidy upNed Batchelder2011-06-051-2/+2
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-053-0/+27
* 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 monk...Ned Batchelder2011-04-171-6/+10
* 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 t...Ned Batchelder2011-04-081-12/+16
* 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 res...Ned Batchelder2010-08-222-5/+5
* Not sure why I changed these from inherit to normal last week (something to d...Ned Batchelder2010-03-201-2/+2
* 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. Close...Ned Batchelder2010-03-143-3/+15
* HTML line numbers are clickable, and highlight the line on arrival. Also, no...Ned Batchelder2010-03-143-4/+30
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-132-7/+7
* Minor cleanupNed Batchelder2010-03-131-3/+3
* Clean up the lst += string stuff, whereby string being iterable means each ch...Ned Batchelder2010-02-071-4/+4
* 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 t...Ned Batchelder2009-12-061-3/+3
* 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 hel...Ned Batchelder2009-11-252-64/+68
* 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
* | When partial lines are hidden and run lines are shown, then partial lines are...Ned Batchelder2009-11-242-11/+18
|/
* 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