summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan Wandschneider <daniel.wandschneider@schrodinger.com>2016-06-08 19:51:55 -0400
committerDan Wandschneider <daniel.wandschneider@schrodinger.com>2016-06-08 19:51:55 -0400
commitac0063e7818271b8926da1c063022273aab580ec (patch)
tree81eb4cfe4f5accda1ab12fbd4cd70a58ef1d2af3 /doc
parent743058bbaf63df4e1dd32e565210eee39019fd1e (diff)
downloadpython-coveragepy-git-ac0063e7818271b8926da1c063022273aab580ec.tar.gz
Make report's 'sort' option available only via the configuration file, not available on the command line.
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index f5876e7f..800f6c82 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -218,6 +218,8 @@ missing lines. See :ref:`cmd_summary` for more information.
``skip_covered`` (boolean, default False): Don't include files in the report
that are 100% covered files. See :ref:`cmd_summary` for more information.
+``sort`` (string, default Name, allowed values: Name, Stmts, Miss, Cover):
+Sort report by the named column.
.. _config_html: