Skip to content

Commit 38109e5

Browse files
committed
Add a couple more of the scripts that aren't supposed to be tested
directly to TEST_CODE_COVERAGE_EXCLUDE - Legacy-Id: 12152
1 parent da03240 commit 38109e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@ def skip_unreadable_post(record):
389389
"*/admin.py",
390390
"*/migrations/*",
391391
"*/management/commands/*",
392+
"idindex/generate_all_id2_txt.py",
393+
"idindex/generate_all_id_txt.py",
394+
"idindex/generate_id_abstracts_txt.py",
395+
"idindex/generate_id_index_txt.py",
396+
"name/generate_fixtures.py",
392397
"review/import_from_review_tool.py",
393398
"ietf/settings*",
394399
"ietf/utils/test_runner.py",

0 commit comments

Comments
 (0)