Add a couple more of the scripts that aren't supposed to be tested
directly to TEST_CODE_COVERAGE_EXCLUDE - Legacy-Id: 12152
This commit is contained in:
parent
da032407f7
commit
38109e5f13
|
@ -389,6 +389,11 @@ TEST_CODE_COVERAGE_EXCLUDE = [
|
|||
"*/admin.py",
|
||||
"*/migrations/*",
|
||||
"*/management/commands/*",
|
||||
"idindex/generate_all_id2_txt.py",
|
||||
"idindex/generate_all_id_txt.py",
|
||||
"idindex/generate_id_abstracts_txt.py",
|
||||
"idindex/generate_id_index_txt.py",
|
||||
"name/generate_fixtures.py",
|
||||
"review/import_from_review_tool.py",
|
||||
"ietf/settings*",
|
||||
"ietf/utils/test_runner.py",
|
||||
|
|
Loading…
Reference in a new issue