Add ability to run tests with coverage report

This commit is contained in:
Kevin Sawicki 2016-08-02 11:53:13 -07:00
parent e17e195479
commit 491f69df80
5 changed files with 36 additions and 27 deletions

View file

@ -83,7 +83,7 @@
Mocha.utils.highlightTags('code');
if (isCi)
ipcRenderer.send('process.exit', runner.failures);
require('./coverage').generate()
require('../coverage/reporter').generateReport()
});
});
})();