Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | A way to show much longer explanations about lines in the HTML report. | Ned Batchelder | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Remove the last vestige of FileReporter.name | Ned Batchelder | 2015-07-04 | 1 | -2/+2 |
| | |||||
* | More work on #299 | Ned Batchelder | 2015-04-21 | 1 | -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 Batchelder | 2015-04-15 | 1 | -42/+42 |
|\ | |||||
| * | Convert single quoted html output to use double quotes. | Jon Chappell | 2015-04-13 | 1 | -42/+42 |
| | | |||||
* | | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -2/+2 |
|/ | |||||
* | Change HTML pages to be HTML 5 | Ned Batchelder | 2014-10-25 | 1 | -7/+7 |
| | |||||
* | Use classes to distinguish pages, not ids | Ned Batchelder | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Address comments from pull request 34 ↵ | Danny Allen | 2014-09-22 | 1 | -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 Allen | 2014-05-15 | 1 | -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 filename | Ned Batchelder | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Color the buttons on the pyfile page, so they have a visual connection to ↵ | Ned Batchelder | 2012-04-28 | 1 | -1/+1 |
| | | | | the lines they affect. | ||||
* | Keep all the Javascript in the .js files. | Ned Batchelder | 2012-04-28 | 1 | -4/+4 |
| | |||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 1 | -0/+3 |
| | | | | gets copied into the HTML report. | ||||
* | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 1 | -0/+24 |
| | |||||
* | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 1 | -0/+1 |
| | |||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 1 | -4/+5 |
| | |||||
* | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 1 | -5/+5 |
| | |||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -2/+2 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Added a link back to the index page at the bottom of HTML source pages. ↵ | Ned Batchelder | 2010-03-14 | 1 | -1/+9 |
| | | | | Closes issue #38. | ||||
* | HTML line numbers are clickable, and highlight the line on arrival. Also, ↵ | Ned Batchelder | 2010-03-14 | 1 | -2/+8 |
| | | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55. | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 1 | -4/+4 |
| | | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. | ||||
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 1 | -47/+47 |
| | |||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 1 | -32/+20 |
| | |||||
* | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 |
| | | | | the title of file reports. | ||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | When partial lines are hidden and run lines are shown, then partial lines ↵ | Ned Batchelder | 2009-11-24 | 1 | -5/+6 |
| | | | | are shown as run. | ||||
* | Annotations on yellow HTML lines with the line numbers not visited. | Ned Batchelder | 2009-11-08 | 1 | -1/+1 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -2/+2 |
| | |||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 1 | -5/+5 |
| | |||||
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 1 | -3/+4 |
| | |||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 1 | -1/+3 |
| | | | | altogether if no arcs were measured. | ||||
* | Stupid simplistic not working yet branch reporting in HTML | Ned Batchelder | 2009-10-25 | 1 | -0/+1 |
| | |||||
* | Syntax coloring in the HTML reports. | Ned Batchelder | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | HTML annotations should use the short name of the module. | Ned Batchelder | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | HTML report now has an index.html. | Ned Batchelder | 2009-04-25 | 1 | -8/+0 |
| | |||||
* | Better modularity about which line classes are highlighted by default. | Ned Batchelder | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | Remove some noise from the HTML reports, and use a 2px stripe to always show ↵ | Ned Batchelder | 2009-04-25 | 1 | -1/+0 |
| | | | | line status. | ||||
* | Use jquery to enable hiding and showing highlighting of source lines in HTML ↵ | Ned Batchelder | 2009-04-24 | 1 | -3/+18 |
| | | | | reports. | ||||
* | A cleaner look for the HTML reports. | Ned Batchelder | 2009-04-24 | 1 | -11/+8 |
| | |||||
* | HTML and CSS for html reporting are now in separate files. | Ned Batchelder | 2009-04-24 | 1 | -0/+51 |