diff options
Diffstat (limited to 'doc/help/html.rst')
-rw-r--r-- | doc/help/html.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/html.rst b/doc/help/html.rst index 5be94711..8dfa285a 100644 --- a/doc/help/html.rst +++ b/doc/help/html.rst @@ -3,10 +3,10 @@ $ coverage html --help Usage: coverage html [options] [modules] - + Create an HTML report of the coverage of the files. Each file gets its own page, with the source decorated to show executed, excluded, and missed lines. - + Options: --contexts=REGEX1,REGEX2,... Only display data from lines covered in the given @@ -36,4 +36,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |