Skip to content

Commit 9046842

Browse files
committed
docs: update man page for report --format
1 parent 97adfe8 commit 9046842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/python-coverage.1.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Measure Python code coverage
88

99
:Author: Ned Batchelder <ned@nedbatchelder.com>
1010
:Author: |author|
11-
:Date: 2022-01-25
11+
:Date: 2022-12-03
1212
:Copyright: Apache 2.0 license, attribution and disclaimer required.
1313
:Manual section: 1
1414
:Manual group: Coverage.py
@@ -299,6 +299,9 @@ COMMAND REFERENCE
299299
\--fail-under `MIN`
300300
Exit with a status of 2 if the total coverage is less than `MIN`.
301301

302+
\--format `FORMAT`
303+
Output format, either text (default), markdown, or total.
304+
302305
\-i, --ignore-errors
303306
Ignore errors while reading source files.
304307

0 commit comments

Comments
 (0)