mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
test_helpers: Exempt testing-only endpoint from URL coverage.
This commit is contained in:
committed by
Tim Abbott
parent
d98aff26c9
commit
2536dce136
@@ -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>.+)",
|
||||||
|
|||||||
Reference in New Issue
Block a user