Add: Test coverage badge

This commit is contained in:
surunzi
2017-10-15 14:06:29 +08:00
parent 839f6c7014
commit 5f523535da
4 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ var coverage = util.reduce(util.keys(remappedJson), function (result, source)
collector.add(coverage);
reporter.add('html');
reporter.addAll(['html', 'lcov']);
reporter.write(collector, true, function ()
{
console.log('open coverage/index.html to see the coverage report.');