summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-05 15:38:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-05 15:51:07 -0400
commitc1c1c6c25e8425bc554a53d3125b96600b87d1b6 (patch)
treea737c5e65267cb5665f9a3870b99010bf8284c0b /doc/python-coverage.1.txt
parent29538d90279d4d8d0aec89be5d1791363a3edf90 (diff)
downloadpython-coveragepy-git-c1c1c6c25e8425bc554a53d3125b96600b87d1b6.tar.gz
Add 'coverage debug' to help
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 99ca352c..a9895482 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -43,6 +43,9 @@ COMMAND OVERVIEW
|command| **combine**
Combine a number of data files.
+|command| **debug**
+ Display information about the internals of coverage.py.
+
|command| **erase**
Erase previously collected coverage data.
@@ -116,6 +119,18 @@ COMMAND REFERENCE
Append coverage data to .coverage, otherwise it starts clean each
time.
+**debug** `TOPIC` ...
+
+ Display information about the internals of coverage.py, for diagnosing
+ problems.
+
+ Topics are:
+
+ ``data`` to show a summary of the collected data;
+ ``sys`` to show installation information;
+ ``config`` to show the configuration;
+ ``premain`` to show what is calling coverage.
+
**erase**
Erase previously collected coverage data.