inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

[Javascript] ignore istanbul ignores #97

Closed fscherwi closed 9 years ago

fscherwi commented 9 years ago

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

rrrene commented 9 years ago

So, if I read this correctly Inch should just ignore comments starting with istanbul ignore (basically treating them as non-existent)?

fscherwi commented 9 years ago

Yes!

rrrene commented 9 years ago

Done. :shipit: