test_helpers: Exempt testing-only endpoint from URL coverage.

This commit is contained in:
Alex Vandiver
2023-10-11 04:22:33 +00:00
committed by Tim Abbott
parent d98aff26c9
commit 2536dce136

View File

@@ -510,6 +510,7 @@ def write_instrumentation_reports(full_suite: bool, include_webhooks: bool) -> N
# static content URLs, since the content they point to may
# or may not exist.
"coverage/(?P<path>.+)",
"config-error/(?P<error_name>[^/]+)",
"confirmation_key/",
"node-coverage/(?P<path>.+)",
"docs/(?P<path>.+)",