Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
| | |||||
* | Remove the last vestige of FileReporter.name | Ned Batchelder | 2015-07-04 | 1 | -1/+1 |
| | |||||
* | Make return codes consistent: 1 for no data and 2 for fail_under. Now the ↵ | Ionel Cristian Maries | 2015-06-28 | 1 | -2/+1 |
| | | | | `report` command will properly report `No data to report` if there's no data. | ||||
* | Seems like I don't need unicode literals any more? | Ned Batchelder | 2015-05-27 | 1 | -2/+0 |
| | |||||
* | More work on #299 | Ned Batchelder | 2015-04-21 | 1 | -3/+3 |
| | | | | | 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/+4 |
|\ | | | | | | | 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/+4 |
| | | |||||
* | | Merged in jchappell82/coverage.py/issue361 (pull request #45) | Ned Batchelder | 2015-04-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Convert single quoted html output to use double quotes. | Jon Chappell | 2015-04-13 | 1 | -1/+1 |
| |/ | |||||
* | | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -9/+9 |
|/ | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+6 |
| | |||||
* | Move base-class logic from CodeUnit to FileReporter | Ned Batchelder | 2015-01-09 | 1 | -2/+3 |
| | |||||
* | PEP8, pylint tweaks | Ned Batchelder | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -18/+7 |
| | |||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+2 |
| | |||||
* | Use json for html status file instead of pickle. | Ned Batchelder | 2014-10-27 | 1 | -11/+46 |
| | |||||
* | Filtering now computes coverage percentages properly. | Ned Batchelder | 2014-10-22 | 1 | -0/+5 |
| | |||||
* | Merged ned/coveragepy into default | Danny Allen | 2014-09-22 | 1 | -2/+2 |
|\ | |||||
| * | Don't ask people to pass source back into CodeUnits | Ned Batchelder | 2014-09-14 | 1 | -2/+2 |
| | | |||||
* | | Merged ned/coveragepy into default | Danny Allen | 2014-08-11 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Prevent UnicodeDecodeErrors in html report. #303 | Ned Batchelder | 2014-06-11 | 1 | -9/+3 |
| | | |||||
| * | Add detail to the UnicodeDecodeError for #303 | Ned Batchelder | 2014-06-09 | 1 | -1/+9 |
| | | |||||
| * | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 1 | -3/+1 |
| | | |||||
* | | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 1 | -0/+1 |
|/ | | | | | | | | * 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 | ||||
* | Small cleanups | Ned Batchelder | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -22/+7 |
|\ | |||||
| * | enumerate has a start parameter! | Ned Batchelder | 2013-10-23 | 1 | -2/+1 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -19/+5 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
* | | No point computing branch info if we aren't doing branch coverage. | Ned Batchelder | 2013-10-27 | 1 | -1/+2 |
|/ | |||||
* | Fix the mechanism for HTML to find OS-installed resources. | Ned Batchelder | 2013-10-10 | 1 | -11/+19 |
| | |||||
* | Search a list of places to find HTML report static files. #259. | Ned Batchelder | 2013-09-28 | 1 | -6/+25 |
| | | | | | --HG-- rename : coverage/htmlfiles/jquery-1.4.3.min.js => coverage/htmlfiles/jquery.min.js | ||||
* | Get rid of locals(). Thanks for the prod, Brett Cannon. | Ned Batchelder | 2013-09-15 | 1 | -14/+15 |
| | |||||
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 1 | -3/+0 |
| | |||||
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -1/+5 |
| | |||||
* | pylint clean-up. | Ned Batchelder | 2012-11-03 | 1 | -0/+2 |
| | |||||
* | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 1 | -1/+3 |
| | |||||
* | Fix #193: The status.dat file written by py2 can't be read by py3 | Ned Batchelder | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | Properly deal with files encoded as UTF-8 with BOM. Fixes #179. | Ned Batchelder | 2012-05-14 | 1 | -0/+4 |
| | |||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 1 | -0/+15 |
| | | | | gets copied into the HTML report. | ||||
* | Refactor reporters so the config is part of construction, and is then ↵ | Ned Batchelder | 2012-04-19 | 1 | -9/+8 |
| | | | | available everywhere. | ||||
* | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 1 | -4/+16 |
| | | | | HTML. Fixes issue #157. | ||||
* | Make tests run on PyPy, and make test_farm more comprehensible. | Ned Batchelder | 2012-03-18 | 1 | -1/+5 |
| | |||||
* | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 1 | -11/+11 |
| | | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144. | ||||
* | Fix whitespace | Ned Batchelder | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 |
| | |||||
* | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 1 | -0/+2 |
| |