diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-03 19:59:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-03 19:59:15 -0400 |
commit | a97cf2c471324b7db4a76b14826f5026ec24cfd2 (patch) | |
tree | 3bd16b8e364942769eedbf85a6e42cd7af902525 /doc | |
parent | ba7e1db306b5a7f4cb699de90913c7dd8838018f (diff) | |
download | python-coveragepy-git-a97cf2c471324b7db4a76b14826f5026ec24cfd2.tar.gz |
Report sorting option is thanks to Jerin Peter George
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 63aa6ac5..344025da 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -375,6 +375,8 @@ details. The ``--precision`` option controls the number of digits displayed after the decimal point in coverage percentages, defaulting to none. +The ``--sort`` option is the name of a column to sort the report by. + Other common reporting options are described above in :ref:`cmd_reporting`. |