diff --git a/.coveragerc b/.coveragerc index 67b953445b6..3306ea5fe4e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -11,6 +11,7 @@ exclude_lines = if __name__ == .__main__.: # Don't complain about code that shouldn't run assert False + def create_lut(): # Don't complain about debug code if DEBUG: