summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-16 15:38:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-16 15:38:26 -0400
commit3a04a88e88a92882ef92cf6778e42eaf3d4001f4 (patch)
treed3cad2010fc7726cd0185b710d3792a183962f1a /doc/cmd.rst
parent591ac5b27974e10386559f54b7c5a81e69e5210d (diff)
downloadpython-coveragepy-git-3a04a88e88a92882ef92cf6778e42eaf3d4001f4.tar.gz
Refactor text reporting to use the same code paths as other reports
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index c6d5fe27..42738493 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -143,6 +143,11 @@ Warnings
During execution, coverage.py may warn you about conditions it detects that
could affect the measurement process. The possible warnings include:
+* "Could not parse Python file XXX (couldnt-parse)"
+
+ During reporting, a file was thought to be Python, but it couldn't be parsed
+ as Python.
+
* "Trace function changed, measurement is likely wrong: XXX (trace-changed)"
Coverage measurement depends on a Python setting called the trace function.