diff options
author | Matthew Boehm <boehm.matthew@gmail.com> | 2016-06-02 18:04:45 -0400 |
---|---|---|
committer | Matthew Boehm <boehm.matthew@gmail.com> | 2016-06-02 18:04:45 -0400 |
commit | e0bfc48f29ee9eaa8ac57657ceed10cbe2ff381c (patch) | |
tree | dc6699e0f70c3fb60f79e96424bb047a59e8d74b | |
parent | 0b5ceb5ce9fa3c2b31242bc533338ff2038f80f1 (diff) | |
download | python-coveragepy-git-e0bfc48f29ee9eaa8ac57657ceed10cbe2ff381c.tar.gz |
Add documentation for `coverage debug config`
-rw-r--r-- | doc/cmd.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index f0896de8..f77738bc 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -415,8 +415,11 @@ command can often help:: $ coverage debug sys > please_attach_to_bug_report.txt -Two types of information are available: ``sys`` to show system configuration, -and ``data`` to show a summary of the collected coverage data. +Three types of information are available: + +* ``config``: show coverage's configuration +* ``sys``: show system configuration, +* ``data``: show a summary of the collected coverage data .. _cmd_run_debug: |