[Build] Enable coverage of src

For #1218
This commit is contained in:
Victor Woeltjen 2017-04-04 11:16:24 -07:00
parent 67eab82bd1
commit 5f968b50f8

View File

@ -53,7 +53,7 @@ module.exports = function(config) {
// Preprocess matching files before serving them to the browser.
// https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'src/**/src/**/!(*Spec).js': [ 'coverage' ],
'src/**/!(*Spec).js': [ 'coverage' ],
'platform/**/src/**/!(*Spec).js': [ 'coverage' ]
},