diff options
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.coveragerc b/.coveragerc index fdedea1..10793c3 100644 --- a/.coveragerc +++ b/.coveragerc @@ -23,7 +23,3 @@ exclude_lines = if __name__ == .__main__.: ignore_errors = True - -[xml] -output = coverage-reports/coverage-configbinding.xml - |