Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor for better testability | Ned Batchelder | 2019-06-17 | 1 | -2/+2 | |
| | ||||||
* | More sass goodness | Ned Batchelder | 2019-06-13 | 2 | -197/+178 | |
| | ||||||
* | Update the test output css files too | Ned Batchelder | 2019-06-13 | 1 | -2/+5 | |
| | ||||||
* | Use sass for css generation, to get nice hover highlights on lines | Ned Batchelder | 2019-06-13 | 2 | -414/+621 | |
| | ||||||
* | Include the count of contexts in the HTML report | Ned Batchelder | 2019-06-10 | 1 | -1/+1 | |
| | ||||||
* | Fix styling and tests. (The tests are slightly insane with no obvious way to ↵ | Stephan Richter | 2019-06-10 | 2 | -8/+4 | |
| | | | | update the expected output.) | |||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 2 | -0/+64 | |
| | ||||||
* | Remove executable bit from static assets | Jon Dufresne | 2019-03-03 | 2 | -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. #748 | Ned Batchelder | 2019-01-04 | 1 | -3/+3 | |
| | ||||||
* | Persist html sort order in localStorage instead of cookie | Federico Bond | 2018-08-30 | 1 | -15/+6 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 4 | -4/+4 | |
| | ||||||
* | Clean up | Ned Batchelder | 2018-05-28 | 1 | -1/+3 | |
| | ||||||
* | Html report marker div style in its own css layer. | pankajp | 2018-05-24 | 1 | -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 js | pankajp | 2018-05-24 | 1 | -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 canonicalization | Ned Batchelder | 2016-07-28 | 2 | -1/+1 | |
|\ | ||||||
| * | Correct references to the debounce library file. | Ben Finney | 2016-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Name the debounce library to the canonical upstream filename. | Ben Finney | 2016-07-15 | 1 | -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 Batchelder | 2016-07-25 | 2 | -0/+0 | |
|\ \ | | | | | | | | | | Optimize PNGs | |||||
| * | | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 2 | -0/+0 | |
| |/ | | | | | | | | | --HG-- branch : pngs | |||||
* | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 1 | -11/+9 | |
|/ | | | | | --HG-- branch : html-filter | |||||
* | Extirpate trailing spaces | Ned Batchelder | 2016-06-02 | 1 | -4/+4 | |
| | ||||||
* | Finish up the fix for #298 | Ned Batchelder | 2016-06-02 | 1 | -8/+3 | |
| | ||||||
* | Adding visual indicators to column sorting in HTML output | karlw00t | 2016-06-02 | 1 | -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 space | Ned Batchelder | 2016-02-15 | 1 | -14/+14 | |
| | ||||||
* | Use templite's whitespace slurping to avoid post-processing the HTML | Ned Batchelder | 2016-02-15 | 1 | -3/+11 | |
| | ||||||
* | Also display partial branch lines in the scrollbar markers | Ned Batchelder | 2016-02-06 | 2 | -2/+2 | |
| | ||||||
* | Fix the tests for HTML annotation changes | Ned Batchelder | 2016-02-03 | 1 | -3/+5 | |
| | ||||||
* | A way to show much longer explanations about lines in the HTML report. | Ned Batchelder | 2016-02-03 | 2 | -2/+22 | |
| | ||||||
* | Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵ | Ned Batchelder | 2016-02-01 | 1 | -1/+1 | |
| | | | | Fixes #472. | |||||
* | Clean ups and docstrings | Ned Batchelder | 2016-01-31 | 1 | -1/+0 | |
| | ||||||
* | Underline the name when hovering the row in the HTML index | Ned Batchelder | 2016-01-31 | 1 | -4/+4 | |
| | ||||||
* | Use Consolas in the HTML report | Ned Batchelder | 2016-01-31 | 1 | -1/+1 | |
| | ||||||
* | Simplify and improve the accuracy of the scroll markers | Ned Batchelder | 2016-01-31 | 2 | -15/+20 | |
| | ||||||
* | Clean up more of the scroll marker code | Ned Batchelder | 2016-01-31 | 2 | -32/+31 | |
| | ||||||
* | Formatting fixes | Ned Batchelder | 2016-01-31 | 1 | -21/+22 | |
| | ||||||
* | marks near the scroll | shishov | 2016-01-31 | 2 | -0/+88 | |
| | ||||||
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 2 | -5/+5 | |
| | ||||||
* | More information in the HTML missing branch annotations. | Ned Batchelder | 2015-08-02 | 1 | -1/+0 | |
| | ||||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 4 | -1/+13 | |
| | ||||||
* | Remove the last vestige of FileReporter.name | Ned Batchelder | 2015-07-04 | 2 | -3/+3 | |
| | ||||||
* | More work on #299 | Ned Batchelder | 2015-04-21 | 2 | -3/+4 | |
| | | | | | 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 conradho/coverage.py (pull request #47) | Ned Batchelder | 2015-04-21 | 1 | -0/+1 | |
|\ | | | | | | | Ticket 299: Adding a time stamp to html report | |||||
| * | Ticket299: add time stamp to index.html reports page | Conrad Ho | 2015-04-14 | 1 | -0/+1 | |
| | | ||||||
* | | Merged in jchappell82/coverage.py/issue361 (pull request #45) | Ned Batchelder | 2015-04-15 | 2 | -87/+87 | |
|\ \ | ||||||
| * | | Convert single quoted html output to use double quotes. | Jon Chappell | 2015-04-13 | 2 | -87/+87 | |
| |/ | ||||||
* | | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -2/+2 | |
|/ | ||||||
* | Use a subtler indicator of filtering | Ned Batchelder | 2014-10-25 | 1 | -2/+1 | |
| | ||||||
* | Change HTML pages to be HTML 5 | Ned Batchelder | 2014-10-25 | 3 | -12/+15 | |
| | ||||||
* | Make the filter box smaller | Ned Batchelder | 2014-10-25 | 1 | -4/+4 | |
| | ||||||
* | Fix some jshint warnings | Ned Batchelder | 2014-10-24 | 1 | -2/+3 | |
| |