Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 1 | -2/+10 |
| | |||||
* | mypy: add env.py | Ned Batchelder | 2022-12-31 | 1 | -2/+2 |
| | |||||
* | style: correct some lint errors | Ned Batchelder | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 1 | -2/+2 |
| | |||||
* | mypy: check python.py | Ned Batchelder | 2022-12-29 | 1 | -2/+2 |
| | |||||
* | mypy: check results.py | Ned Batchelder | 2022-12-29 | 1 | -2/+2 |
| | |||||
* | mypy: use specialized type name for ints that are line numbers | Ned Batchelder | 2022-12-29 | 1 | -9/+9 |
| | |||||
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 1 | -30/+54 |
| | |||||
* | refactor: remove comparison methods only needed for Python 2 | Ned Batchelder | 2021-11-17 | 1 | -16/+4 |
| | |||||
* | style: use the official designation for utf-8 | Ned Batchelder | 2021-10-10 | 1 | -2/+2 |
| | | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure. | ||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -4/+4 |
| | |||||
* | Complete the docs for source_token_lines. #947 | Ned Batchelder | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Make howitworks current | Ned Batchelder | 2019-11-15 | 1 | -5/+11 |
| | |||||
* | More docs about dynamic contexts | Ned Batchelder | 2019-04-21 | 1 | -13/+25 |
| | |||||
* | Plugin support for dynamic context (#783) | Justas Sadzevičius | 2019-04-20 | 1 | -0/+31 |
| | | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording | ||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Missed a detail of file_reporter in the docs | Ned Batchelder | 2018-02-24 | 1 | -1/+2 |
| | |||||
* | A little more | Ned Batchelder | 2018-02-10 | 1 | -0/+3 |
| | |||||
* | Add a warning about plugins potentially interfering with coverage ↵ | Ned Batchelder | 2018-02-10 | 1 | -0/+10 |
| | | | | measurement. Learned from #637 | ||||
* | Typo | Ned Batchelder | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 1 | -55/+113 |
| | |||||
* | Clean up of the new plugin method. Thanks, Emil Madsen | Ned Batchelder | 2017-03-28 | 1 | -2/+6 |
| | |||||
* | Allow plugins to report files they haven't executed. | Ned Batchelder | 2017-03-28 | 1 | -0/+9 |
| | | | | By Emil Madsen, from: https://github.com/nedbat/coveragepy/pull/28 | ||||
* | Be absolutely explicit about non-hashability of some objects. | Ned Batchelder | 2016-09-23 | 1 | -0/+2 |
| | | | | From https://github.com/nedbat/coveragepy/pull/17 | ||||
* | Clarify a plea | Ned Batchelder | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Better descriptions of missing one-line executables. Part of #475 | Ned Batchelder | 2016-03-27 | 1 | -1/+7 |
| | |||||
* | Pick off some lint | Ned Batchelder | 2016-02-15 | 1 | -10/+4 |
| | |||||
* | missing_arc_description is better than arc_destination_description. One test ↵ | Ned Batchelder | 2016-02-08 | 1 | -5/+5 |
| | | | | broken. | ||||
* | Add arc_destination_description so we can next make better descriptions | Ned Batchelder | 2016-02-04 | 1 | -0/+15 |
| | |||||
* | Doc tweaks | Ned Batchelder | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Clean up changes.rst, including removing noisy issue links. | Ned Batchelder | 2015-08-15 | 1 | -2/+2 |
| | |||||
* | Separate the plugin API docs from the 'using plugins' docs. | Ned Batchelder | 2015-08-15 | 1 | -1/+9 |
| | |||||
* | Plugin doc tweaking | Ned Batchelder | 2015-08-15 | 1 | -18/+21 |
| | |||||
* | Be consistent in the use of "filename" and "file name". | Ned Batchelder | 2015-08-15 | 1 | -14/+17 |
| | |||||
* | Finish the plugin docstrings. | Ned Batchelder | 2015-08-15 | 1 | -38/+142 |
| | |||||
* | More plugin docs | Ned Batchelder | 2015-08-15 | 1 | -11/+21 |
| | |||||
* | Oops, get the _needs_to_implement line right. | Ned Batchelder | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Make sure source_token_lines always returns Unicode strings for the token text. | Ned Batchelder | 2015-08-11 | 1 | -9/+10 |
| | |||||
* | Add docstring for source_token_lines | Ned Batchelder | 2015-08-10 | 1 | -2/+20 |
| | |||||
* | Simpler empty set | Ned Batchelder | 2015-08-09 | 1 | -1/+1 |
| | |||||
* | Rename .statements and .excluded_statements to .lines and .excluded_lines | Ned Batchelder | 2015-08-09 | 1 | -24/+42 |
| | |||||
* | Remove should_be_python from the FileReporter interface | Ned Batchelder | 2015-08-09 | 1 | -9/+0 |
| | |||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -18/+0 |
| | |||||
* | More plugin docscoverage-4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -6/+16 |
| | |||||
* | Plugins can get built-in python reporting. | Ned Batchelder | 2015-08-01 | 1 | -6/+6 |
| | |||||
* | Get rid of napoleon style docstrings, they don't format nicely. | Ned Batchelder | 2015-07-26 | 1 | -24/+12 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Constructing the plugin is the plugin's business | Ned Batchelder | 2015-07-05 | 1 | -13/+0 |
| | |||||
* | Add some docstrings | Ned Batchelder | 2015-07-03 | 1 | -5/+1 |
| | |||||
* | Debugging plugin wrappers | Ned Batchelder | 2015-06-14 | 1 | -3/+10 |
| |