summaryrefslogtreecommitdiff
path: root/coverage/summary.py
Commit message (Expand)AuthorAgeFilesLines
* style: use double-quotesNed Batchelder2023-03-221-6/+6
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-1/+1
* mypy: summary.py, test_summary.py, tests/coveragetest.pyNed Batchelder2023-01-041-13/+38
* mypy: control.py is checkedNed Batchelder2022-12-311-1/+1
* refactor: remove mention of Python 2 unicodeNed Batchelder2022-11-061-2/+1
* fix: only accept known values for --formatNed Batchelder2022-11-061-1/+2
* fix: don't write two rules for an empty table.Ned Batchelder2022-11-061-1/+3
* fix: an empty file shouldn't fail with --fail-under=99. #1470Ned Batchelder2022-11-061-1/+1
* feat: --format=total writes just the total numberNed Batchelder2022-11-061-4/+11
* refactor: human sortingNed Batchelder2022-11-061-3/+3
* refactor: more clean up of report table codeNed Batchelder2022-11-051-41/+38
* refactor: use `format` wherever we canNed Batchelder2022-11-051-1/+1
* refactor: clean up of markdown table supportNed Batchelder2022-11-051-26/+27
* feat: report terminal output in Markdown Table format #1418 (#1479)stepeos2022-11-051-54/+151
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-2/+2
* refactor: specialize exceptionsNed Batchelder2021-11-141-3/+3
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-121-9/+12
* refactor: remove globals from NumbersNed Batchelder2021-06-011-2/+2
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-15/+15
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-4/+1
* refactor: remove unused exception handlingNed Batchelder2021-02-281-24/+13
* Always output TOTAL line.Judson Neer2021-01-061-2/+2
* Report descending sort option (#1005)Jerin Peter George2020-07-031-2/+10
* Optionally skip empty files in reportsreybog902019-11-011-0/+9
* No need for format indexes (mostly)Ned Batchelder2019-09-011-1/+1
* Clean up and test filtering contexts for reportingNed Batchelder2019-07-011-1/+1
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-171-3/+3
* Get rid of Reporter base classNed Batchelder2019-06-161-4/+6
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-62/+48
* Pass the contexts to the report command.Albertas Agejevas2019-06-101-0/+1
* Sort the text missing results by line number, not kindNed Batchelder2018-12-251-8/+1
* Be stricter about self._dataNed Batchelder2018-07-081-1/+2
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-2/+5
* report must ignore skipped files #524loic@dachary.org2016-12-121-27/+42
* Properly handle invalid sorting optionNed Batchelder2016-06-091-0/+2
* Fix these new tests to really test the codeNed Batchelder2016-06-091-2/+3
* More tweaks to report sortingNed Batchelder2016-06-091-10/+15
* Issue 199: Sort text report.Dan Wandschneider2016-06-081-2/+18
* This didn't need to be an attribute on the objectNed Batchelder2016-05-101-3/+3
* Add a missing docstring.Ned Batchelder2016-01-181-0/+1
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-171-9/+8
* Try a different strategy for setting and testing output encodingsNed Batchelder2015-10-311-3/+2
* Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-251-23/+31
* --skip-covered shouldn't change the final result. #423.Ned Batchelder2015-10-101-1/+1
* Clean ups from PR 66Ned Batchelder2015-08-151-5/+5
* Fix no data and skip-covered.garar2015-08-141-1/+1
* Merge defaultgarar2015-08-141-4/+1
|\
| * Merged ned/coveragepy into defaultKrystian Kichewko2015-08-141-4/+1
| |\