@@ -62,22 +62,22 @@ Reference
6262
6363The complete list of command line options is:
6464
65- --cov=PATH Measure coverage for filesystem path. (multi-allowed)
66- --cov-report=type Type of report to generate: term, term-missing,
67- annotate, html, xml, json, lcov (multi-allowed). term, term-
68- missing may be followed by ":skip-covered". annotate,
69- html, xml, json and lcov may be followed by ":DEST" where DEST
70- specifies the output location. Use --cov-report= to
71- not generate any output.
72- --cov-config=path Config file for coverage. Default: .coveragerc
73- --no-cov-on-fail Do not report coverage if test run fails. Default:
74- False
75- --no-cov Disable coverage report completely (useful for
76- debuggers). Default: False
77- --cov-reset Reset cov sources accumulated in options so far.
78- Mostly useful for scripts and configuration files.
79- --cov-fail-under=MIN Fail if the total coverage is less than MIN.
80- --cov-append Do not delete coverage but append to current. Default:
81- False
82- --cov-branch Enable branch coverage.
83- --cov-context Choose the method for setting the dynamic context.
65+ --cov=PATH Measure coverage for filesystem path. (multi-allowed)
66+ --cov-report=type Type of report to generate: term, term-missing,
67+ annotate, html, xml, json, lcov (multi-allowed). term, term-
68+ missing may be followed by ":skip-covered". annotate,
69+ html, xml, json and lcov may be followed by ":DEST" where DEST
70+ specifies the output location. Use --cov-report= to
71+ not generate any output.
72+ --cov-config=path Config file for coverage. Default: .coveragerc
73+ --no-cov-on-fail Do not report coverage if test run fails. Default:
74+ False
75+ --no-cov Disable coverage report completely (useful for
76+ debuggers). Default: False
77+ --cov-reset Reset cov sources accumulated in options so far.
78+ Mostly useful for scripts and configuration files.
79+ --cov-fail-under=MIN Fail if the total coverage is less than MIN.
80+ --cov-append Do not delete coverage but append to current. Default:
81+ False
82+ --cov-branch Enable branch coverage.
83+ --cov-context Choose the method for setting the dynamic context.
0 commit comments