Exclude review tool importer from code coverage check

- Legacy-Id: 12151
This commit is contained in:
Ole Laursen 2016-10-14 16:17:42 +00:00
parent e1f69171b5
commit da032407f7

View file

@ -389,6 +389,7 @@ TEST_CODE_COVERAGE_EXCLUDE = [
"*/admin.py",
"*/migrations/*",
"*/management/commands/*",
"review/import_from_review_tool.py",
"ietf/settings*",
"ietf/utils/test_runner.py",
"ietf/checks.py",