mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
Fix very recent build error w/url coverage for casper.
Example:
http://localhost:9991/casper/casper-failure1.png
This commit is contained in:
@@ -383,6 +383,7 @@ def write_instrumentation_reports(full_suite: bool) -> None:
|
|||||||
'coverage/(?P<path>.*)',
|
'coverage/(?P<path>.*)',
|
||||||
'node-coverage/(?P<path>.*)',
|
'node-coverage/(?P<path>.*)',
|
||||||
'docs/(?P<path>.*)',
|
'docs/(?P<path>.*)',
|
||||||
|
'casper/(?P<path>.*)',
|
||||||
])
|
])
|
||||||
|
|
||||||
untested_patterns -= exempt_patterns
|
untested_patterns -= exempt_patterns
|
||||||
|
|||||||
Reference in New Issue
Block a user