Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Filtering now computes coverage percentages properly. | Ned Batchelder | 2014-10-22 | 2 | -6/+21 | |
| | ||||||
* | Use classes to distinguish pages, not ids | Ned Batchelder | 2014-10-21 | 3 | -6/+6 | |
| | ||||||
* | Be more flexible about the number of columns to re-add during filtering. | Ned Batchelder | 2014-10-20 | 1 | -20/+16 | |
| | ||||||
* | Get rid of \r | Ned Batchelder | 2014-10-20 | 1 | -9/+9 | |
| | ||||||
* | * Remove "source indicator" CSS from removed feature. | Danny Allen | 2014-09-22 | 1 | -16/+0 | |
| | ||||||
* | Address comments from pull request 34 ↵ | Danny Allen | 2014-09-22 | 3 | -124/+77 | |
| | | | | | | | (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. | |||||
* | * Do not try to jump to line if we can't find a matching target. | Danny Allen | 2014-05-15 | 1 | -12/+14 | |
| | ||||||
* | * Respond to pull request #18 comments | Danny Allen | 2014-05-15 | 1 | -15/+19 | |
| | ||||||
* | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 6 | -170/+230 | |
| | | | | | | | | * 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 filename | Ned Batchelder | 2013-10-06 | 2 | -2/+2 | |
| | ||||||
* | Search a list of places to find HTML report static files. #259. | Ned Batchelder | 2013-09-28 | 1 | -0/+0 | |
| | | | | | --HG-- rename : coverage/htmlfiles/jquery-1.4.3.min.js => coverage/htmlfiles/jquery.min.js | |||||
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 2 | -3/+3 | |
| | ||||||
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 1 | -1/+0 | |
| | ||||||
* | Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵ | Ned Batchelder | 2012-09-26 | 1 | -2/+2 | |
| | | | | in the HTML line numbers. | |||||
* | Color the buttons on the pyfile page, so they have a visual connection to ↵ | Ned Batchelder | 2012-04-28 | 2 | -1/+26 | |
| | | | | the lines they affect. | |||||
* | Keep all the Javascript in the .js files. | Ned Batchelder | 2012-04-28 | 2 | -4/+9 | |
| | ||||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 2 | -0/+6 | |
| | | | | gets copied into the HTML report. | |||||
* | cleaner | Ned Batchelder | 2011-06-26 | 1 | -1/+1 | |
| | ||||||
* | HTML report hotkeys work differently if the current chunk is off-screen. A ↵ | Ned Batchelder | 2011-06-26 | 1 | -10/+116 | |
| | | | | chunk on-screen will be selected next. | |||||
* | Scroll-to-top needs the Chrome fix also. | Ned Batchelder | 2011-06-23 | 1 | -1/+1 | |
| | ||||||
* | Some jslint cleanups | Ned Batchelder | 2011-06-23 | 1 | -5/+4 | |
| | ||||||
* | Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵ | Ned Batchelder | 2011-06-23 | 1 | -4/+10 | |
| | | | | doesn't work, but scrolling body does. | |||||
* | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| | ||||||
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 | |
| | ||||||
* | Remove the twistie from the keyboard icon. | Ned Batchelder | 2011-06-05 | 2 | -0/+0 | |
| | ||||||
* | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 5 | -0/+82 | |
| | ||||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -3/+3 | |
| | ||||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 | |
| |