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 786 forks source link

.istanbul.yml documentation #619

Closed allantatter closed 8 years ago

allantatter commented 8 years ago

Is there anywhere a documentation for .istanbul.yml file and its configurable options?

MitMaro commented 8 years ago

You can get a fair bit of the information on the configuration from the the istanbul command. istanbul help config gives most of the information you will need, and descriptions for the options can usually be deduced from looking at the argument descriptions produced by istanbul help <command>.

allantatter commented 8 years ago

Thanks! It's not perfectly helpful way but at least it's something 😀