diff options
Diffstat (limited to 'coverage/xmlreport.py')
-rw-r--r-- | coverage/xmlreport.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/xmlreport.py b/coverage/xmlreport.py index 6dc330f1..8c8409dc 100644 --- a/coverage/xmlreport.py +++ b/coverage/xmlreport.py @@ -30,6 +30,8 @@ def rate(hit, num): class XmlReporter: """A reporter for writing Cobertura-style XML coverage results.""" + report_type = "XML report" + def __init__(self, coverage): self.coverage = coverage self.config = self.coverage.config |