Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style(html): clean up the html tags and styles | Ned Batchelder | 2022-05-20 | 1 | -17/+16 |
| | |||||
* | feat: also include the version and timestamp at the top of the index page: #1354 | Ned Batchelder | 2022-05-20 | 1 | -0/+5 |
| | |||||
* | feat: more html keyboard shortcuts | J. M. F. Tsang | 2022-05-19 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | refactor(html): remove all uses of jQuery, only vanilla JS now | Septatrix | 2021-10-23 | 1 | -49/+44 |
| | | | | This is squashed from pull request #1248 | ||||
* | refactor(html): use header/main/footer html5 elements | Ned Batchelder | 2021-10-17 | 1 | -8/+8 |
| | |||||
* | feat: mention skipped file counts in the HTML report. #1163 | Ned Batchelder | 2021-08-06 | 1 | -0/+7 |
| | |||||
* | A favicon for the HTML report | Ned Batchelder | 2020-12-05 | 1 | -0/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Correct references to the debounce library file. | Ben Finney | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 1 | -4/+4 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | More work on #299 | Ned Batchelder | 2015-04-21 | 1 | -2/+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 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 |
| | | |||||
* | | Convert single quoted html output to use double quotes. | Jon Chappell | 2015-04-13 | 1 | -45/+45 |
|/ | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | Filtering now computes coverage percentages properly. | Ned Batchelder | 2014-10-22 | 1 | -2/+2 |
| | |||||
* | Use classes to distinguish pages, not ids | Ned Batchelder | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 1 | -2/+13 |
| | | | | | | | | * 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 | -2/+2 |
| | |||||
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 |
| | |||||
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 1 | -0/+19 |
| | |||||
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 1 | -7/+8 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 1 | -3/+3 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Added a link back to the index page at the bottom of HTML source pages. ↵ | Ned Batchelder | 2010-03-14 | 1 | -1/+1 |
| | | | | Closes issue #38. | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 1 | -6/+6 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 1 | -81/+81 |
| | |||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 1 | -74/+75 |
| | |||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 1 | -64/+4 |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. | ||||
* | Make the first column look sorted by default, and a little clean-up. | Ned Batchelder | 2009-11-25 | 1 | -6/+6 |
| | |||||
* | Persistent Index Sorting | Chris Adams | 2009-11-24 | 1 | -9/+59 |
| | | | | | | Now the index page will remember its sort options across page loads, which means you can click on an item, view its report and return without the index resetting to its default order | ||||
* | Turns out <tfoot> is supposed to come before <tbody>. HTML validates again. | Ned Batchelder | 2009-11-21 | 1 | -13/+14 |
| | |||||
* | Polish up the sortable report: indication of sort column and sortability | Ned Batchelder | 2009-11-20 | 1 | -9/+10 |
| | |||||
* | Better HTML reporting | Chris Adams | 2009-11-19 | 1 | -60/+81 |
| | | | | imported patch TweakedReports | ||||
* | Show branches and executed branches in HTML reports. | Ned Batchelder | 2009-11-08 | 1 | -3/+6 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -5/+5 |
| | |||||
* | HTML reporting makes use of Numbers to simplify and centralize the code. | Ned Batchelder | 2009-11-02 | 1 | -9/+9 |
| | |||||
* | Make the index page display the same in all browsers, and give it a hover ↵ | Ned Batchelder | 2009-10-30 | 1 | -2/+2 |
| | | | | effect. | ||||
* | Small tweaks to make the HTML reports valid 4.01 strict. Thanks, Ben Finney. | Ned Batchelder | 2009-10-28 | 1 | -1/+2 |
| | |||||
* | Better reporting of partial lines, including leaving out partial stuff ↵ | Ned Batchelder | 2009-10-27 | 1 | -0/+9 |
| | | | | altogether if no arcs were measured. | ||||
* | Put __version__ back in the main file, and also put the URL in only one ↵ | Ned Batchelder | 2009-09-25 | 1 | -1/+1 |
| | | | | place, use it everywhere. |