summaryrefslogtreecommitdiff
path: root/coverage/html.py
Commit message (Expand)AuthorAgeFilesLines
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* A farm test for HTML generation.Ned Batchelder2009-04-281-9/+5
* Why is it that developers want things to be tidy, even things that don't real...Ned Batchelder2009-04-261-2/+9
* 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
* 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 t...Ned Batchelder2009-04-231-2/+7
* CSS can be baffling. The font size only changed in FF3 if this selector says ...Ned Batchelder2009-04-211-1/+1
* 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 C...Ned Batchelder2009-04-201-24/+22
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+132