mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-08 23:03:46 +00:00
Fixes Handlebars coverage reporting bug in Travis CI
This commit is contained in:
parent
1077474ddf
commit
36d4ab5437
@ -22,7 +22,7 @@ module.exports = function (config) {
|
|||||||
},
|
},
|
||||||
coverageIstanbulReporter: {
|
coverageIstanbulReporter: {
|
||||||
dir: require('path').join(__dirname, './coverage'),
|
dir: require('path').join(__dirname, './coverage'),
|
||||||
reports: ['html', 'lcovonly', 'text-summary'],
|
reports: ['lcovonly'],
|
||||||
fixWebpackSourcePaths: true
|
fixWebpackSourcePaths: true
|
||||||
},
|
},
|
||||||
customLaunchers: {
|
customLaunchers: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user