We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439ccad commit c739564Copy full SHA for c739564
doc/cmd.rst
@@ -260,6 +260,9 @@ No data was collected (no-data-collected)
260
This could be because you asked to measure only modules that never ran,
261
or for other reasons.
262
263
+ To debug this problem, try using ``run --debug=trace`` to see the tracing
264
+ decision made for each file.
265
+
266
Module XXX was previously imported, but not measured (module-not-measured)
267
You asked coverage.py to measure module XXX, but it had already been imported
268
when coverage started. This meant coverage.py couldn't monitor its
0 commit comments