diff options
Diffstat (limited to 'coverage/data.py')
-rw-r--r-- | coverage/data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/data.py b/coverage/data.py index ee4f007d..c737d593 100644 --- a/coverage/data.py +++ b/coverage/data.py @@ -35,6 +35,7 @@ def line_counts(data: CoverageData, fullpath: bool = False) -> Dict[str, int]: """ summ = {} + filename_fn: Callable[[str], str] if fullpath: # pylint: disable=unnecessary-lambda-assignment filename_fn = lambda f: f |