Updated the list of utility python files to be ignored by coverage measurements.

- Legacy-Id: 17344
This commit is contained in:
Henrik Levkowetz 2020-02-26 17:17:43 +00:00
parent 03bd9c0594
commit f43e547d28

View file

@ -555,6 +555,7 @@ TEST_CODE_COVERAGE_EXCLUDE_FILES = [
"ietf/name/generate_fixtures.py",
"ietf/review/import_from_review_tool.py",
"ietf/stats/backfill_data.py",
"ietf/utils/patch.py",
"ietf/utils/test_data.py",
]