You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using coverage-istanbul-loader + karma-coverage-istanbul-reporter in a webpack + typescript + karma setup for tests (no Babel). All is working fine and coverage calculation is accurate. Thanks a lot for your work.
I'm only facing a minor, but quite annoying issue. When looking in html report, coverage informations are not at the same height that the related line in code. It appears that blank lines are ignored and each one add 1 line to the offset, that obviously grows wider and wider after many of those.
Not really sure if it's related to your loader or to the reporter. I've checked available options in both but didn't find something relevant to fix this.
Any clue to solve this ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
coverage-istanbul-loader
+karma-coverage-istanbul-reporter
in awebpack
+typescript
+karma
setup for tests (no Babel). All is working fine and coverage calculation is accurate. Thanks a lot for your work.I'm only facing a minor, but quite annoying issue. When looking in html report, coverage informations are not at the same height that the related line in code. It appears that blank lines are ignored and each one add 1 line to the offset, that obviously grows wider and wider after many of those.
Here's a compared screenshot : https://imgur.com/a/QFdxQBw
Not really sure if it's related to your loader or to the reporter. I've checked available options in both but didn't find something relevant to fix this.
Any clue to solve this ?
Thanks !
The text was updated successfully, but these errors were encountered: