2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 13:32:24 +03:00

slight adjustments to coverage settings

This commit is contained in:
Declan de Wet
2016-11-05 07:13:54 +02:00
parent 88b6d11188
commit 6a1f1c280d
+4 -1
View File
@@ -12,7 +12,10 @@ export default (config) => {
'test/index.js': ['webpack']
},
coverageReporter: {
type: 'lcov'
type: 'lcov',
includeAllSources: true,
dir: 'coverage',
subdir: '.'
},
webpack: webpackConfig,
webpackMiddleware: {