File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ COMMAND REFERENCE
123
123
\- -keep
124
124
Keep original coverage data files.
125
125
126
+ \- q, --quiet
127
+ Don't print messages about what is happening.
128
+
126
129
**debug ** `TOPIC ` ...
127
130
128
131
Display information about the internals of coverage.py, for diagnosing
@@ -175,6 +178,9 @@ COMMAND REFERENCE
175
178
Number of digits after the decimal point to display for
176
179
reported coverage percentages.
177
180
181
+ \- q, --quiet
182
+ Don't print messages about what is happening.
183
+
178
184
\- -show-contexts
179
185
Annotate lines with the contexts that executed them.
180
186
@@ -217,6 +223,9 @@ COMMAND REFERENCE
217
223
\- -pretty-print
218
224
Format the JSON for human readers.
219
225
226
+ \- q, --quiet
227
+ Don't print messages about what is happening.
228
+
220
229
\- -show-contexts
221
230
Include information about the contexts that executed each line.
222
231
@@ -336,6 +345,9 @@ COMMAND REFERENCE
336
345
\- o `OUTFILE `
337
346
Write the XML report to `OUTFILE `. Defaults to ``coverage.xml ``.
338
347
348
+ \- q, --quiet
349
+ Don't print messages about what is happening.
350
+
339
351
\- -skip-empty
340
352
Skip files with no code.
341
353
You can’t perform that action at this time.
0 commit comments