Try to get TS coverage

This commit is contained in:
Alex Dima
2016-08-18 13:29:58 +02:00
parent bdcc1977e3
commit 8fb191d692
3 changed files with 4 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ function main() {
collector.add(global.__coverage__);
var reporter = new istanbul.Reporter(null, path.join(path.dirname(__dirname), '.build', 'coverage'));
reporter.addAll(['lcov', 'html']);
reporter.addAll(['json', 'lcov', 'html']);
reporter.write(collector, true, function () {});
});
}