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:
+4
-1
@@ -12,7 +12,10 @@ export default (config) => {
|
||||
'test/index.js': ['webpack']
|
||||
},
|
||||
coverageReporter: {
|
||||
type: 'lcov'
|
||||
type: 'lcov',
|
||||
includeAllSources: true,
|
||||
dir: 'coverage',
|
||||
subdir: '.'
|
||||
},
|
||||
webpack: webpackConfig,
|
||||
webpackMiddleware: {
|
||||
|
||||
Reference in New Issue
Block a user