fix #17, now computing coverage result correctly
This commit is contained in:
4
dist/npmts.config.d.ts
vendored
4
dist/npmts.config.d.ts
vendored
@@ -8,5 +8,9 @@ export interface INpmtsConfig {
|
||||
ts: any;
|
||||
tsOptions: any;
|
||||
watch: boolean;
|
||||
runData: {
|
||||
coverageLcovInfo?: string;
|
||||
coverageResult?: number;
|
||||
};
|
||||
}
|
||||
export declare let run: (argvArg: any) => Promise<{}>;
|
||||
|
||||
Reference in New Issue
Block a user