Commit 491c3a4e by Nick Schonning

Chore: Add missing 'error.js' to coverage list

parent e790fe58
......@@ -10,7 +10,7 @@ var Mocha = require('mocha'),
Instrumenter = require('istanbul').Instrumenter,
Report = require('istanbul').Report,
Collector = new require('istanbul').Collector,
sourcefiles = ['index.js', 'extensions.js', 'render.js'],
sourcefiles = ['index.js', 'extensions.js', 'render.js', 'errors.js'],
summary= Report.create('text-summary'),
lcov = Report.create('lcovonly', { dir: path.join('coverage') }),
html = Report.create('html', { dir: path.join('coverage', 'html') });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment