Fix very recent build error w/url coverage for casper.

Example:
    http://localhost:9991/casper/casper-failure1.png
This commit is contained in:
Steve Howell 2018-06-03 12:03:03 +00:00 committed by showell
parent 96caebf38f
commit a42492d0ac
1 changed files with 1 additions and 0 deletions

View File

@ -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