@@ -152,12 +152,19 @@ COMMAND REFERENCE
152
152
Omit files when their file name matches one of these PATTERNs.
153
153
Usually needs quoting on the command line.
154
154
155
+ \- -precision `N `
156
+ Number of digits after the decimal point to display for
157
+ reported coverage percentages.
158
+
155
159
\- -show-contexts
156
160
Annotate lines with the contexts that executed them.
157
161
158
162
\- -skip-covered
159
163
Skip files with 100% coverage.
160
164
165
+ \- -no-skip-covered
166
+ Disable ``--skip-covered ``.
167
+
161
168
\- -skip-empty
162
169
Skip files with no code.
163
170
@@ -222,12 +229,24 @@ COMMAND REFERENCE
222
229
Show line numbers of statements in each module that weren't
223
230
executed.
224
231
232
+ \- -precision `N `
233
+ Number of digits after the decimal point to display for
234
+ reported coverage percentages.
235
+
225
236
\- -skip-covered
226
237
Skip files with 100% coverage.
227
238
239
+ \- -no-skip-covered
240
+ Disable ``--skip-covered ``.
241
+
228
242
\- -skip-empty
229
243
Skip files with no code.
230
244
245
+ \- -sort `COLUMN `
246
+ Sort the report by thee named column: `name `, `stmts `, `miss `,
247
+ `branch `, `brpart `, or `cover `.
248
+
249
+
231
250
**run ** [ `options ` ... ] `PROGRAMFILE ` [ `program_options ` ]
232
251
233
252
Run a Python program `PROGRAMFILE `, measuring code execution.
@@ -298,6 +317,9 @@ COMMAND REFERENCE
298
317
\- o `OUTFILE `
299
318
Write the XML report to `OUTFILE `. Defaults to ``coverage.xml ``.
300
319
320
+ \- -skip-empty
321
+ Skip files with no code.
322
+
301
323
302
324
ENVIRONMENT VARIABLES
303
325
=====================
0 commit comments