summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-3/+3
| | | | result of rounding. Fixes #41 and #70.
* Make this function name better.Ned Batchelder2010-03-141-1/+1
|
* Added a link back to the index page at the bottom of HTML source pages. ↵Ned Batchelder2010-03-141-1/+1
| | | | Closes issue #38.
* Reports now emphasize missed lines over executed lines, since those are more ↵Ned Batchelder2010-03-131-6/+6
| | | | helpful for directing developers to improved test coverage.
* Clean up HTML files.Ned Batchelder2009-12-061-81/+81
|
* Make the two html templates more similar in style.Ned Batchelder2009-12-061-74/+75
|
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-251-64/+4
| | | | 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
|
* 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
* 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-201-9/+10
|
* Better HTML reportingChris Adams2009-11-191-60/+81
| | | | imported patch TweakedReports
* 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-031-5/+5
|
* HTML reporting makes use of Numbers to simplify and centralize the code.Ned Batchelder2009-11-021-9/+9
|
* Make the index page display the same in all browsers, and give it a hover ↵Ned Batchelder2009-10-301-2/+2
| | | | effect.
* Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney.Ned Batchelder2009-10-281-1/+2
|
* Better reporting of partial lines, including leaving out partial stuff ↵Ned Batchelder2009-10-271-0/+9
| | | | altogether if no arcs were measured.
* 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.
* Point to new docs; more doc tweaks.Ned Batchelder2009-06-131-1/+1
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
|
* HTML report now has an index.html.Ned Batchelder2009-04-251-0/+54