summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
Commit message (Expand)AuthorAgeFilesLines
* fix(html): ariaSort isn't supported in Firefox yetNed Batchelder2021-10-233-14/+14
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-234-28/+32
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-2310-611/+394
* refactor(html): a one-header sticky headerNed Batchelder2021-10-234-90/+80
* fix(html): scrolling to an anchor ensures the line is visibleNed Batchelder2021-10-203-24/+34
* fix(html): adjust some colorsNed Batchelder2021-10-172-14/+13
* feat(html): sticky header on pyfileNed Batchelder2021-10-174-13/+85
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-174-29/+29
* build: jQuery 3.6.0Ned Batchelder2021-10-161-4/+2
* feat: mention skipped file counts in the HTML report. #1163Ned Batchelder2021-08-061-0/+7
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
* fix: correct slight mis-layout of the hotkey panelsNed Batchelder2021-04-135-12/+12
* fix: restore html report selection highlightingNed Batchelder2021-04-111-7/+2
* fix: HTML line visibility is saved in local storage #1123Ned Batchelder2021-02-271-8/+35
* fix: HTML report makes room for 4-digit line numbers #1124Ned Batchelder2021-02-272-8/+8
* 🐛 Fix sorting order storage in JQuery unload eventSebastián Ramírez2020-12-061-1/+1
* A favicon for the HTML reportNed Batchelder2020-12-053-0/+2
* Fix dark mode for context listing. #1009Ned Batchelder2020-07-092-9/+24
* Back to monospaced for the index pageNed Batchelder2020-07-052-2/+2
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+111
* More HTML tweaksNed Batchelder2020-06-292-12/+8
* A few further style tweaks to the HTML reportNed Batchelder2020-06-282-134/+27
* Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-283-131/+407
|\
| * Fix testsVince Salvino2020-06-241-1/+1
| * Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-113-131/+407
* | htmlfiles: Handle localStorage not accessibleAbdealiJK2020-02-291-2/+7
|/
* Templite {% joined %} is more convenient than trailing hyphensNed Batchelder2019-11-111-26/+26
* More polish on the expandable contextsNed Batchelder2019-10-172-7/+12
* Annotations should appear when hovering the text line, but not other parts of...Ned Batchelder2019-10-162-13/+20
* Only the active context labels should have colorNed Batchelder2019-10-152-5/+5
* make cssNed Batchelder2019-10-141-18/+16
* Annotations and context labels have to co-existNed Batchelder2019-10-142-79/+70
* make cssNed Batchelder2019-10-131-43/+44
* Better presentation of contexts. #855Ned Batchelder2019-10-132-35/+77
* Source code without tablesNed Batchelder2019-10-133-142/+154
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-063-261/+250
* Split HtmlReporter to get at dataNed Batchelder2019-06-191-4/+4
* Use an object instead of a dict for the report dataNed Batchelder2019-06-171-2/+2
* Refactor for better testabilityNed Batchelder2019-06-171-2/+2
* More sass goodnessNed Batchelder2019-06-132-197/+178
* Update the test output css files tooNed Batchelder2019-06-131-2/+5
* Use sass for css generation, to get nice hover highlights on linesNed Batchelder2019-06-132-414/+621
* Include the count of contexts in the HTML reportNed Batchelder2019-06-101-1/+1
* Fix styling and tests. (The tests are slightly insane with no obvious way to ...Stephan Richter2019-06-102-8/+4
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-102-0/+64
* Remove executable bit from static assetsJon Dufresne2019-03-032-0/+0
* Make line numbers immune to minimum font size settings. #748Ned Batchelder2019-01-041-3/+3
* Persist html sort order in localStorage instead of cookieFederico Bond2018-08-301-15/+6
* Update NOTICE link to GitHub.Ned Batchelder2018-06-244-4/+4
* Clean upNed Batchelder2018-05-281-1/+3