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
1 changed files with 1 additions and 0 deletions

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 # static content URLs, since the content they point to may
# or may not exist. # or may not exist.
"coverage/(?P<path>.+)", "coverage/(?P<path>.+)",
"config-error/(?P<error_name>[^/]+)",
"confirmation_key/", "confirmation_key/",
"node-coverage/(?P<path>.+)", "node-coverage/(?P<path>.+)",
"docs/(?P<path>.+)", "docs/(?P<path>.+)",