diff --git a/lib/convertLcovToCoveralls.js b/lib/convertLcovToCoveralls.js index 65ec381a..710c87d3 100644 --- a/lib/convertLcovToCoveralls.js +++ b/lib/convertLcovToCoveralls.js @@ -99,9 +99,7 @@ const convertLcovToCoveralls = (input, options, cb) => { if (options.parallel) { postJson.parallel = options.parallel; } - if (options.flag_name) { - postJson.flag_name = options.flag_name; - } + parsed.forEach(file => { file.file = cleanFilePath(file.file); const currentFilePath = path.resolve(filepath, file.file);