I have a repo with my test mule project here: https://github.com/japhar81/redux_template
clone, npm run test and open coverage/index.html. It shows the issue pretty clearly;

Sorry just realized the remapped coverage is in a separate directory. So that works -- however the text summary does not -- is that intentional?
@japhar81 do you mean summary in console? If yes, unfortunately we can't affect it as for now...
@Igmat I did -- here's what I found to work (in case anyone stumbles on this);
With those in place I seem to get proper percentages (but not line numbers) in the text summary that's printed, and proper line numbers in the re-mapped output.
Most helpful comment
@Igmat I did -- here's what I found to work (in case anyone stumbles on this);
With those in place I seem to get proper percentages (but not line numbers) in the text summary that's printed, and proper line numbers in the re-mapped output.