Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 1 | -13/+38 |
| | |||||
* | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | refactor: remove mention of Python 2 unicode | Ned Batchelder | 2022-11-06 | 1 | -2/+1 |
| | |||||
* | fix: only accept known values for --format | Ned Batchelder | 2022-11-06 | 1 | -1/+2 |
| | |||||
* | fix: don't write two rules for an empty table. | Ned Batchelder | 2022-11-06 | 1 | -1/+3 |
| | |||||
* | fix: an empty file shouldn't fail with --fail-under=99. #1470 | Ned Batchelder | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | feat: --format=total writes just the total number | Ned Batchelder | 2022-11-06 | 1 | -4/+11 |
| | |||||
* | refactor: human sorting | Ned Batchelder | 2022-11-06 | 1 | -3/+3 |
| | |||||
* | refactor: more clean up of report table code | Ned Batchelder | 2022-11-05 | 1 | -41/+38 |
| | |||||
* | refactor: use `format` wherever we can | Ned Batchelder | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | refactor: clean up of markdown table support | Ned Batchelder | 2022-11-05 | 1 | -26/+27 |
| | |||||
* | feat: report terminal output in Markdown Table format #1418 (#1479) | stepeos | 2022-11-05 | 1 | -54/+151 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactoring normal reporting text output * implemented markdown feature from #1418 * minor changes * fixed text output * fixed precision for text and markdown report format * minor changes * finished testing for markdown format feature * fixed testing outside test_summary.py * removed fixed-length widespace padding for tests * removed whitespaces * refactoring, fixing docs, rewriting cmd args * fixing code quality * implementing requested changes * doc fix * test: add another test of correct report formatting * fixed precision printing test * style: adjust the formatting Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | style: parens should indent the same as their opening line | Ned Batchelder | 2022-05-01 | 1 | -2/+2 |
| | |||||
* | refactor: specialize exceptions | Ned Batchelder | 2021-11-14 | 1 | -3/+3 |
| | | | | | | CoverageException is fine as a base class, but not good to use for raising (and catching sometimes). Introduce specialized exceptions that allow third-party tools to integrate better. | ||||
* | fix: use human sorting on human-readable things | Ned Batchelder | 2021-10-12 | 1 | -9/+12 |
| | |||||
* | refactor: remove globals from Numbers | Ned Batchelder | 2021-06-01 | 1 | -2/+2 |
| | |||||
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -15/+15 |
| | |||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -4/+1 |
| | |||||
* | refactor: remove unused exception handling | Ned Batchelder | 2021-02-28 | 1 | -24/+13 |
| | |||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 1 | -2/+2 |
| | |||||
* | Report descending sort option (#1005) | Jerin Peter George | 2020-07-03 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | * added descending sort option in coverage report * commandline option for report sort added * Fix tests for pull #1005 * conditional statements improved * sort option help updated with choices * commandline test for sort added Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 1 | -0/+9 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Clean up and test filtering contexts for reporting | Ned Batchelder | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -3/+3 |
| | |||||
* | Get rid of Reporter base class | Ned Batchelder | 2019-06-16 | 1 | -4/+6 |
| | |||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -62/+48 |
| | |||||
* | Pass the contexts to the report command. | Albertas Agejevas | 2019-06-10 | 1 | -0/+1 |
| | |||||
* | Sort the text missing results by line number, not kind | Ned Batchelder | 2018-12-25 | 1 | -8/+1 |
| | |||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -1/+2 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -2/+5 |
| | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
* | report must ignore skipped files #524 | loic@dachary.org | 2016-12-12 | 1 | -27/+42 |
| | | | | | | | | | When files are 100% covered and --skipped-covered is specified, they must not be taken into account to format the text report. It is specially useful when a long filename is skipped. --HG-- branch : issue-524-2 | ||||
* | Properly handle invalid sorting option | Ned Batchelder | 2016-06-09 | 1 | -0/+2 |
| | |||||
* | Fix these new tests to really test the code | Ned Batchelder | 2016-06-09 | 1 | -2/+3 |
| | |||||
* | More tweaks to report sorting | Ned Batchelder | 2016-06-09 | 1 | -10/+15 |
| | | | | | | | | * Option is case-insensitive. * Can no longer sort by "Missing", because it's nonsense. * Can sort by the branch-sensitive columns. | ||||
* | Issue 199: Sort text report. | Dan Wandschneider | 2016-06-08 | 1 | -2/+18 |
| | | | | | | | | | | | | | | Allows sorting of the text report based on: Name, Stmts, Miss, Cover Tested on Mac with Python 2.7.11 and Python 3.5 Help message for the new option is: python -m coverage report -h ... --sort=SORT Sort report by a column. Valid values are: Name, Stmts, Miss, Cover. ... | ||||
* | This didn't need to be an attribute on the object | Ned Batchelder | 2016-05-10 | 1 | -3/+3 |
| | |||||
* | Add a missing docstring. | Ned Batchelder | 2016-01-18 | 1 | -0/+1 |
| | |||||
* | Plain-text output no longer includes trailing spaces | Ned Batchelder | 2016-01-17 | 1 | -9/+8 |
| | |||||
* | Try a different strategy for setting and testing output encodings | Ned Batchelder | 2015-10-31 | 1 | -3/+2 |
| | |||||
* | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 1 | -23/+31 |
| | |||||
* | --skip-covered shouldn't change the final result. #423. | Ned Batchelder | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Clean ups from PR 66 | Ned Batchelder | 2015-08-15 | 1 | -5/+5 |
| | |||||
* | Fix no data and skip-covered. | garar | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Merge default | garar | 2015-08-14 | 1 | -4/+1 |
|\ | |||||
| * | Merged ned/coveragepy into default | Krystian Kichewko | 2015-08-14 | 1 | -4/+1 |
| |\ | |||||
| | * | Simplify the skip_covered logic | Ned Batchelder | 2015-08-13 | 1 | -4/+1 |
| | | |