summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate.
* A few further style tweaks to the HTML reportNed Batchelder2020-06-282-134/+27
| | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page
* Merge pull request #931 from vsalvino/darkmodeNed Batchelder2020-06-283-131/+407
|\ | | | | Add dark mode, and other design changes for the HTML report.
| * 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
|/ | | | | | | | | In some cases, if based on the browser's settings - localStorage is not accessible, fallback and don't save the sort-columns into localStorage. While the UX is a little inconvenient, at least the page doesn't break - sorting on columns is still possible, but not retained between pages.
* 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 ↵Ned Batchelder2019-10-162-13/+20
| | | | of #source.p
* 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
| | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around.
* 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
| | | | update the expected output.)
* 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
| | | | | These files are simply static assets and do not require an executable bit. They are never intended to be executed as standalone scripts.
* 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
|
* Html report marker div style in its own css layer.pankajp2018-05-241-0/+1
| | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui
* Prevent expensive relayout in loop in html report jspankajp2018-05-241-3/+6
| | | | | | | | Faster html report loading in browser by avoiding unneeded expensive layouts in the loop to generate markers. --HG-- branch : pankajp/faster-html-report-ui
* Merged debounce canonicalizationNed Batchelder2016-07-282-1/+1
|\
| * Correct references to the debounce library file.Ben Finney2016-07-151-1/+1
| |
| * Name the debounce library to the canonical upstream filename.Ben Finney2016-07-151-0/+0
| | | | | | | | | | --HG-- rename : coverage/htmlfiles/jquery.debounce.min.js => coverage/htmlfiles/jquery.ba-throttle-debounce.min.js
* | Merged in scop/coverage.py/pngs (pull request #86)Ned Batchelder2016-07-252-0/+0
|\ \ | | | | | | | | | Optimize PNGs
| * | Run *.png through zopflipngVille Skyttä2016-07-202-0/+0
| |/ | | | | | | | | --HG-- branch : pngs
* | Speed up HTML filteringVille Skyttä2016-07-201-11/+9
|/ | | | | --HG-- branch : html-filter
* Extirpate trailing spacesNed Batchelder2016-06-021-4/+4
|
* Finish up the fix for #298Ned Batchelder2016-06-021-8/+3
|
* Adding visual indicators to column sorting in HTML outputkarlw00t2016-06-021-0/+14
| | | | | | | | | | - Unicode arrows added to the end of text on a sorted column - Sorted column header always have grey background https://bitbucket.org/ned/coveragepy/issues/298 --HG-- branch : issues-298
* Also get rid of the leading spaceNed Batchelder2016-02-151-14/+14
|
* Use templite's whitespace slurping to avoid post-processing the HTMLNed Batchelder2016-02-151-3/+11
|
* Also display partial branch lines in the scrollbar markersNed Batchelder2016-02-062-2/+2
|
* Fix the tests for HTML annotation changesNed Batchelder2016-02-031-3/+5
|
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-032-2/+22
|
* Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵Ned Batchelder2016-02-011-1/+1
| | | | Fixes #472.