summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-04-18 08:35:47 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-04-18 08:35:47 -0400
commit84f6580e6ba48e34485f017afea1b8f62824514a (patch)
tree32726facf9af9d4019fb17fef725784e71aed15e /doc
parentb5b0316a0625b3e3b1fe258375c7d37a0bd0072c (diff)
downloadpython-coveragepy-84f6580e6ba48e34485f017afea1b8f62824514a.tar.gz
Add show_missing to the config file. #173.
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index aed5230..7a54eec 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -161,12 +161,15 @@ supply the "pragma: no branch" regex if you still want to use it.
display for reported coverage percentages. The default is 0, displaying
for example "87%". A value of 2 will display percentages like "87.32%".
+``show_missing`` (boolean, default False): when running a summary report,
+show missing lines. See :ref:`cmd_summary` for more information.
+
[html]
------
Values particular to HTML reporting. The values in the ``[report]`` section
-also apply to HTML output.
+also apply to HTML output, where appropriate.
``directory`` (string, default "htmlcov"): where to write the HTML report files.
@@ -175,6 +178,6 @@ also apply to HTML output.
-----
Values particular to XML reporting. The values in the ``[report]`` section
-also apply to XML output.
+also apply to XML output, where appropriate.
``output`` (string, default "coverage.xml"): where to write the XML report.