gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 785 forks source link

Document the use of `/* istanbul ignore file */` #889

Open jrop opened 6 years ago

jrop commented 6 years ago

See #740 for more context. I had to look explicitly for this functionality before I found it documented in the issue tracker.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 97.523% when pulling be962bc95f1b6b3b9199a56e691e300f897fbe5e on jrop:patch-1 into bc84c315271a5dd4d39bcefc5925cfb61a3d174a on gotwarlost:master.

lyahdav commented 6 years ago

Why is this not landed? I lost lots of time because I didn't realize /* istanbul ignore file */ existed.

EDIT: just realized this repo's readme has a Deprecation Notice 🙈

wtlin1228 commented 2 years ago

Please merge this PR 😭