istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
624 stars 73 forks source link

Exclude doesn't support absolute paths #198

Open stevenvachon opened 5 years ago

stevenvachon commented 5 years ago

The exclude doesn't work as a string or as an array. I don't see any tests for this in this repo either.

I'm pretty sure that it's caused by https://github.com/istanbuljs/istanbuljs/issues/323.