File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ COMMAND REFERENCE
123123 \- -keep
124124 Keep original coverage data files.
125125
126+ \- q, --quiet
127+ Don't print messages about what is happening.
128+
126129**debug ** `TOPIC ` ...
127130
128131 Display information about the internals of coverage.py, for diagnosing
@@ -175,6 +178,9 @@ COMMAND REFERENCE
175178 Number of digits after the decimal point to display for
176179 reported coverage percentages.
177180
181+ \- q, --quiet
182+ Don't print messages about what is happening.
183+
178184 \- -show-contexts
179185 Annotate lines with the contexts that executed them.
180186
@@ -217,6 +223,9 @@ COMMAND REFERENCE
217223 \- -pretty-print
218224 Format the JSON for human readers.
219225
226+ \- q, --quiet
227+ Don't print messages about what is happening.
228+
220229 \- -show-contexts
221230 Include information about the contexts that executed each line.
222231
@@ -336,6 +345,9 @@ COMMAND REFERENCE
336345 \- o `OUTFILE `
337346 Write the XML report to `OUTFILE `. Defaults to ``coverage.xml ``.
338347
348+ \- q, --quiet
349+ Don't print messages about what is happening.
350+
339351 \- -skip-empty
340352 Skip files with no code.
341353
You can’t perform that action at this time.
0 commit comments