diff options
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index a7b95466..7d1b5805 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -324,7 +324,7 @@ class FileReporter(object): executable line number to a count of how many exits it has. To be honest, this feels wrong, and should be refactored. Let me know - if you attempt to implement this... + if you attempt to implement this method in your plugin... """ return {} |