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
Herestatement contains skip: true if this statement was pre-commented by /* istanbul ignore ... */. Also here and here.
The text was updated successfully, but these errors were encountered:
xoxulin
changed the title
Istanbul ignoring comments are ignored at build complex report
/* istanbul ignore next */ comments are ignored at build complex report
Mar 2, 2015
Istanbul has ability to ignore certain statements, functions or
branches. This information is lost when we are splitting built file
coverage into sources. This patch restores `skip` flags.
Fix#73
Here statement contains
skip: true
if this statement was pre-commented by/* istanbul ignore ... */
. Also here and here.The text was updated successfully, but these errors were encountered: