mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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
|
||||
# or may not exist.
|
||||
"coverage/(?P<path>.+)",
|
||||
"config-error/(?P<error_name>[^/]+)",
|
||||
"confirmation_key/",
|
||||
"node-coverage/(?P<path>.+)",
|
||||
"docs/(?P<path>.+)",
|
||||
|
||||
Reference in New Issue
Block a user