Open eliotik opened 8 years ago
try adding 'coverage' to preprocessors, if you are lucky enough you might not end up with out of memory error like me and have istanbul annotations correctly parsed ;)
doesn't work for me ðŸ˜
I have the same issue. /* istanbul ignore next */
is respected by my remapIstanbulReporter
reporter, but not by coverageReporter
.
Same problem here.
same problem here
Same problem here (issue opened in 2016!)
Hello, I have next dependencies installed for project: dependencies.txt And here is my karma.conf.js: karma.conf.txt I have next block of code:
And here is the Coverage summary:
And here is a screenshot from html report:
At the bottom of html report I see: Code coverage generated by istanbul
I tried different ways to ignore these two lines from coverage report:
Could anyone help me to find a solution how to use ignore line/statement/branch from coverage report? Thank you.