summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Why is it that developers want things to be tidy, even things that don't ↵Ned Batchelder2009-04-261-2/+9
| | | | really matter?
* HTML report now has an index.html.Ned Batchelder2009-04-251-4/+39
|
* Better modularity about which line classes are highlighted by default.Ned Batchelder2009-04-251-3/+8
|
* Use jquery to enable hiding and showing highlighting of source lines in HTML ↵Ned Batchelder2009-04-241-2/+7
| | | | reports.
* Had the percentage backwards. Create the output directory if need be.Ned Batchelder2009-04-241-1/+6
|
* HTML and CSS for html reporting are now in separate files.Ned Batchelder2009-04-241-166/+19
|
* Font tweaking.Ned Batchelder2009-04-231-4/+16
|
* The best way to set text size across browsers, and retain user control over ↵Ned Batchelder2009-04-231-2/+7
| | | | the size.
* CSS can be baffling. The font size only changed in FF3 if this selector says ↵Ned Batchelder2009-04-211-1/+1
| | | | html,body.
* A table of statistics at the top of the page.Ned Batchelder2009-04-211-15/+52
|
* Clean up.Ned Batchelder2009-04-211-3/+7
|
* Added a header and footer, fiddled with colors.Ned Batchelder2009-04-211-12/+69
|
* Adjust the colors; make the fonts the same so I don't have to struggle with ↵Ned Batchelder2009-04-201-24/+22
| | | | CSS right now; prevent wrapping so long lines won't ruin the lineup of the numbers.
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+132