mirror of https://github.com/zulip/zulip.git
Fix very recent build error w/url coverage for casper.
Example: http://localhost:9991/casper/casper-failure1.png
This commit is contained in:
parent
96caebf38f
commit
a42492d0ac
|
@ -383,6 +383,7 @@ def write_instrumentation_reports(full_suite: bool) -> None:
|
|||
'coverage/(?P<path>.*)',
|
||||
'node-coverage/(?P<path>.*)',
|
||||
'docs/(?P<path>.*)',
|
||||
'casper/(?P<path>.*)',
|
||||
])
|
||||
|
||||
untested_patterns -= exempt_patterns
|
||||
|
|
Loading…
Reference in New Issue