improve coverage reporting

This commit is contained in:
2016-07-23 02:05:56 +02:00
parent 63c73536a2
commit ee16740d0b
5 changed files with 10 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ export import Q = require("q");
export import shelljs = require("shelljs");
export declare let smartci: any;
export import smartcli = require("smartcli");
export declare let smartcov: any;
export import smartcov = require("smartcov");
export import smartenv = require("smartenv");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");