Skip to content

Commit

Permalink
Add binding.js to Coveralls coverage (sass#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 16, 2017
1 parent cc7c3b3 commit eb7f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Mocha = require('mocha'),
mkdirp = require('mkdirp'),
coveralls = require('coveralls'),
istanbul = require('istanbul'),
sourcefiles = ['index.js', 'extensions.js', 'render.js', 'errors.js'],
sourcefiles = ['index.js', 'binding.js', 'extensions.js', 'render.js', 'errors.js'],
summary= istanbul.Report.create('text-summary'),
lcov = istanbul.Report.create('lcovonly', { dir: path.join('coverage') }),
html = istanbul.Report.create('html', { dir: path.join('coverage', 'html') });
Expand Down

0 comments on commit eb7f013

Please sign in to comment.