3.0.5 • Published 2 years ago
@types/gulp-codecov v3.0.5
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
// Type definitions for gulp-codecov 3.0
// Project: https://github.com/eddiemoore/gulp-codecov
// Definitions by: Rodolfo Aguirre <https://github.com/roddolf>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <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: Thu, 08 Jul 2021 12:02:35 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by Rodolfo Aguirre.