Skip to content

Commit ecb6624

Browse files
committed
No longer need FileReporter.name
1 parent 369902a commit ecb6624

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_coverage_plugin/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ def __init__(self, filename):
150150
# TODO: do we want the .filename attribute to be part of the public
151151
# API of the coverage plugin?
152152
self.filename = filename
153-
# TODO: is self.name required? Can the base class provide it somehow?
154-
self.name = os.path.relpath(filename)
155153
# TODO: html filenames are absolute.
156154

157155
self._source = None

0 commit comments

Comments
 (0)