c8js
    Preparing search index...

    Interface Watermarks

    Thresholds for low and high code coverage watermarks for branches, functions, lines and statements.

    interface Watermarks {
        branches?: Watermark;
        functions?: Watermark;
        lines?: Watermark;
        statements?: Watermark;
    }
    Index

    Properties

    branches?: Watermark

    Thresholds for branches.

    functions?: Watermark

    Thresholds for functions.

    lines?: Watermark

    Thresholds for lines.

    statements?: Watermark

    Thresholds for statements.