tntim96/JSCover

How to skip some .js files while instrumenting the code?

Closed this issue · 1 comments

How to skip some .js files while instrumenting the code?

Checkout the manual

For server mode there's --no-instrument=URL and --no-instrument-reg=URL which can be specified multiple times as well as -only-instrument-reg=URL.

The same options are also available for file mode.