Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CoverageMapFilter

import type { CoverageMapFilter } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Contains details of a coverage map filter.

interface CoverageMapFilter {
key: string;
value?: string | null;
}

§Properties

§

The operator to compare coverage on.

§
key: string
[src]

The tag key associated with the coverage map filter.

§
value?: string | null
[src]

The tag value associated with the coverage map filter.