diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index e63bb821f..c9e3836b6 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -158,6 +158,8 @@ PERFECT_FILES = [ 'completion/models/urlmodel.py'), ('tests/unit/completion/test_histcategory.py', 'completion/models/histcategory.py'), + ('tests/unit/completion/test_listcategory.py', + 'completion/models/listcategory.py'), ]