Sometimes you want to ignore a specific file or even a folder from being checked by Istanbul
e.g you include a 3rd party library or code in your project (instead of putting it on a CDN)
You can define a list of excludes files in a .istanbul.yml at the root of your project/repo.
Sometimes you want to ignore a specific file or even a folder from being checked by Istanbul e.g you include a 3rd party library or code in your project (instead of putting it on a CDN)
You can define a list of
excludes
files in a.istanbul.yml
at the root of your project/repo.There are examples on the StackOverflows if you search for them. e.g: http://stackoverflow.com/a/34685175/1148249
a more detailed sample file: https://github.com/vesln/todo/blob/master/.istanbul.yml