There was an error while loading. Please reload this page.
1 parent 263551d commit e0c59baCopy full SHA for e0c59ba
1 file changed
ietf/settings.py
@@ -497,6 +497,7 @@ def skip_unreadable_post(record):
497
TEST_CODE_COVERAGE_EXCLUDE_LINES = [
498
"coverage: *ignore",
499
"debug\.",
500
+ "def .*debug"
501
"unreachable\([^)]*\)",
502
"if settings.DEBUG",
503
"if __name__ == .__main__.:",
0 commit comments