@types/gulp-codecov
TypeScript icon, indicating that this package has built-in type declarations

3.0.5 • Public • Published

Installation

npm install --save @types/gulp-codecov

Summary

This package contains type definitions for gulp-codecov (https://github.com/eddiemoore/gulp-codecov).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-codecov.

index.d.ts

/// <reference types="node"/>

import * as stream from "stream";

declare namespace gulpCodecov {
    interface CodecovOptions {
        branch?: string | undefined;
        build?: string | undefined;
        clear?: boolean | undefined;
        commit?: string | undefined;
        disable?: string | undefined;
        dump?: boolean | undefined;
        env?: string | undefined;
        file?: string | undefined;
        flags?: string | undefined;
        "gcov-args"?: string | undefined;
        "gcov-exec"?: string | undefined;
        "gcov-glob"?: string | undefined;
        "gcov-root"?: string | undefined;
        pipe?: boolean | undefined;
        root?: string | undefined;
        slug?: string | undefined;
        token?: string | undefined;
        url?: string | undefined;
        yml?: string | undefined;
    }
}

declare function gulpCodecov(options?: gulpCodecov.CodecovOptions): stream.Transform;

export = gulpCodecov;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Rodolfo Aguirre.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-codecov

Weekly Downloads

3

Version

3.0.5

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • types