From 4ddf8834a5928c0b0cd895ce6c2e5207dc0dd3c0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 7 May 2016 14:24:54 -0400 Subject: Clarify a plea --- coverage/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} -- cgit v1.2.1