Skip to content

Commit da03240

Browse files
committed
Exclude review tool importer from code coverage check
- Legacy-Id: 12151
1 parent e1f6917 commit da03240

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ def skip_unreadable_post(record):
389389
"*/admin.py",
390390
"*/migrations/*",
391391
"*/management/commands/*",
392+
"review/import_from_review_tool.py",
392393
"ietf/settings*",
393394
"ietf/utils/test_runner.py",
394395
"ietf/checks.py",

0 commit comments

Comments
 (0)