Closed fscherwi closed 9 years ago
Ignore comments such like: /* istanbul ignore next */, because it's no documentation!
/* istanbul ignore next */
See also: https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#the-interface
So, if I read this correctly Inch should just ignore comments starting with istanbul ignore (basically treating them as non-existent)?
istanbul ignore
Yes!
Done. :shipit:
Ignore comments such like:
/* istanbul ignore next */
, because it's no documentation!See also: https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md#the-interface