property UserRunOptions.coverage

Collect V8 line coverage (chromium only). formats additionally writes lcov/html artifacts.

Type

boolean | { formats?: Array<"lcov" | "html">; }

Usage

import { type UserRunOptions } from "lib/api/options.ts";