chore: Switch coverage from istanbul to the v8 provider for speed (#2619)

This commit is contained in:
Dermot Duffy
2026-07-26 14:21:27 -07:00
committed by GitHub
parent 3b8835ee7c
commit ababe133a8
32 changed files with 128 additions and 275 deletions
+2 -2
View File
@@ -489,7 +489,7 @@ export class FrigateCamera extends Camera {
return;
}
/* istanbul ignore next -- exercising the matcher is not possible when the
/* v8 ignore next -- exercising the matcher is not possible when the
test uses an event watcher -- @preserve */
const request: FrigateWatcherRequest<FrigateEventChange> = {
instanceID: config.frigate.client_id,
@@ -573,7 +573,7 @@ export class FrigateCamera extends Camera {
return;
}
/* istanbul ignore next -- exercising the matcher is not possible when the
/* v8 ignore next -- exercising the matcher is not possible when the
test uses a review watcher -- @preserve */
const request: FrigateWatcherRequest<FrigateReviewChange> = {
instanceID: config.frigate.client_id,