diff options
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 31ae6e01..63aa6ac5 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -364,7 +364,8 @@ command line:: TOTAL 76 10 87% The ``--skip-covered`` switch will skip any file with 100% coverage, letting -you focus on the files that still need attention. The ``--skip-empty`` switch +you focus on the files that still need attention. The ``--no-skip-covered`` +option can be used if needed to see all the files. The ``--skip-empty`` switch will skip any file with no executable statements. If you have :ref:`recorded contexts <contexts>`, the ``--contexts`` option lets |