codeintellify icon indicating copy to clipboard operation
codeintellify copied to clipboard

lcov is reporting coverage against webpack transpiled modules rather than actual source code

Open ijsnow opened this issue 6 years ago • 2 comments

screen shot 2018-07-08 at 12 51 34 pm

ijsnow avatar Jul 08 '18 19:07 ijsnow

I think this is an upstream issue: https://github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/40

felixfbecker avatar Jul 16 '18 21:07 felixfbecker

The same issue caused the same problem in the webapp, and I solved it by switching to browserify + tsify + babelify + babel-istanbul. Should experiment with that.

felixfbecker avatar Jul 17 '18 22:07 felixfbecker