summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/index.html
Commit message (Expand)AuthorAgeFilesLines
* style(html): clean up the html tags and stylesNed Batchelder2022-05-201-17/+16
* feat: also include the version and timestamp at the top of the index page: #1354Ned Batchelder2022-05-201-0/+5
* feat: more html keyboard shortcutsJ. M. F. Tsang2022-05-191-0/+17
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-49/+44
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-171-8/+8
* feat: mention skipped file counts in the HTML report. #1163Ned Batchelder2021-08-061-0/+7
* A favicon for the HTML reportNed Batchelder2020-12-051-0/+1
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Correct references to the debounce library file.Ben Finney2016-07-151-1/+1
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-4/+4
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Remove the last vestige of FileReporter.nameNed Batchelder2015-07-041-1/+1
* More work on #299Ned Batchelder2015-04-211-2/+2
* Merged in conradho/coverage.py (pull request #47)Ned Batchelder2015-04-211-0/+1
|\
| * Ticket299: add time stamp to index.html reports pageConrad Ho2015-04-141-0/+1
* | Convert single quoted html output to use double quotes.Jon Chappell2015-04-131-45/+45
|/
* Use a subtler indicator of filteringNed Batchelder2014-10-251-2/+1
* Change HTML pages to be HTML 5Ned Batchelder2014-10-251-4/+4
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-2/+2
* Use classes to distinguish pages, not idsNed Batchelder2014-10-211-1/+1
* Rework of my pull request #18:Danny Allen2014-05-151-2/+13
* Forgot to change the reference to jquery to match the new filenameNed Batchelder2013-10-061-1/+1
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-2/+2
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-2/+2
* The [html]extra_css configuration value is a file path to a CSS file that get...Ned Batchelder2012-04-201-0/+3
* Tidy upNed Batchelder2011-06-051-2/+2
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-051-0/+19
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-1/+1
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-7/+8
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-071-1/+1
* Put the Javascript into an object.Ned Batchelder2010-11-051-1/+1
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-3/+3
* 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. Close...Ned Batchelder2010-03-141-1/+1
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-6/+6
* 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 hel...Ned Batchelder2009-11-251-64/+4
* 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
* 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
* 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 eff...Ned Batchelder2009-10-301-2/+2
* 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 altoge...Ned Batchelder2009-10-271-0/+9
* Put __version__ back in the main file, and also put the URL in only one place...Ned Batchelder2009-09-251-1/+1