summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
Commit message (Collapse)AuthorAgeFilesLines
* style: clean up #1587Ned Batchelder2023-03-221-4/+2
|
* fix: put contexts dict in <script> and reveal them using JavaScript (#1587)Oleh Krehel2023-03-221-4/+9
| | | | | | | | | | | | | | | * Put contexts dict in <script> and reveal them using JavaScript Fixes #1584 * Address review comments * coverage/htmlfiles/style.css: Align the contexts to the right * coverage/htmlfiles/style.scss: Match style.css * coverage/html.py: Fix linting and mypy errors * two_tests_py.html: make update-gold
* style(html): clean up the html tags and stylesNed Batchelder2022-05-201-26/+24
|
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-201-4/+12
| | | | This is a re-implementation of pull #1354.
* feat: more html keyboard shortcutsJ. M. F. Tsang2022-05-191-1/+21
| | | | | | | | | | | | | | | | | | | | On each page the shortcuts '[' and ']' will take you to the previous and next files respectively. On the index page they take you to the final and first files respectively. Pressing 'u' while on a file will now take you back to index.html, like on Gerrit. '?' opens and closes the help panel. Test cases: $ pytest --cov-report html --cov=. tests.py in a directory with just tests.py, then with one, two or three .py files. Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:99.0) Gecko/20100101 Firefox/99.0
* fix: don't mention the p shortcut if not doing branchesNed Batchelder2021-10-301-1/+4
|
* fix(html): fix a few problems with the html reportNed Batchelder2021-10-231-2/+2
| | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work
* refactor(html): remove all uses of jQuery, only vanilla JS nowSeptatrix2021-10-231-36/+40
| | | | This is squashed from pull request #1248
* refactor(html): a one-header sticky headerNed Batchelder2021-10-231-21/+8
|
* feat(html): sticky header on pyfileNed Batchelder2021-10-171-1/+14
|
* refactor(html): use header/main/footer html5 elementsNed Batchelder2021-10-171-8/+8
|
* A favicon for the HTML reportNed Batchelder2020-12-051-0/+1
|
* Fix testsVince Salvino2020-06-241-1/+1
|
* Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-111-4/+4
|
* Templite {% joined %} is more convenient than trailing hyphensNed Batchelder2019-11-111-26/+26
|
* Annotations and context labels have to co-existNed Batchelder2019-10-141-16/+18
|
* Better presentation of contexts. #855Ned Batchelder2019-10-131-5/+12
|
* Source code without tablesNed Batchelder2019-10-131-39/+20
|
* 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
|
* 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-101-1/+1
| | | | update the expected output.)
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-101-0/+17
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* 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
|
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-031-1/+1
|
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-1/+1
|
* 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-2/+2
|
* More work on #299Ned Batchelder2015-04-211-1/+2
| | | | | Add the timestamp to the Python output files also. Move the timestamp to the footer. Add Conrad to AUTHORS, and update the CHANGES file.
* Merged in jchappell82/coverage.py/issue361 (pull request #45)Ned Batchelder2015-04-151-42/+42
|\
| * Convert single quoted html output to use double quotes.Jon Chappell2015-04-131-42/+42
| |
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-221-2/+2
|/
* Change HTML pages to be HTML 5Ned Batchelder2014-10-251-7/+7
|
* Use classes to distinguish pages, not idsNed Batchelder2014-10-211-1/+1
|
* Address comments from pull request 34 ↵Danny Allen2014-09-221-6/+0
| | | | | | | (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff): * Remove fixed header and header buttons in file details page. * Add dynamically summing footer values.
* Rework of my pull request #18:Danny Allen2014-05-151-2/+11
| | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1
* 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-1/+1
|
* Color the buttons on the pyfile page, so they have a visual connection to ↵Ned Batchelder2012-04-281-1/+1
| | | | the lines they affect.
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-281-4/+4
|
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-201-0/+3
| | | | gets copied into the HTML report.
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+24
|
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-0/+1
|
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-4/+5
|
* Upgrade jquery to 1.4.3Ned Batchelder2010-11-071-1/+1
|
* Put the Javascript into an object.Ned Batchelder2010-11-051-5/+5
|
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-2/+2
| | | | result of rounding. Fixes #41 and #70.