mirror of https://github.com/zulip/zulip.git
test_helpers: Exempt testing-only endpoint from URL coverage.
This commit is contained in:
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>.+)",
|
||||
|
|
Loading…
Reference in New Issue