I am trying to get the Code Coverage for my typescript Code in karma framework using Istanbul in karma.conf typescript files are included and by karma typescript-preprocessor we
There is karma-remap-istanbul which integrates nicely remap-istanbul with karma. Documentation is pretty self explanatory but one thing - to have summary on the console the config is text: undefined
(otherwise text output goes to the file).
So it is possible to have coverage summary directly from karma however when ts
sources are not available in the same directory as karma.config.js
karma-remap-istanbul
still needs some more development regarding configuration to be able to generate full html reports.