istanbul icon indicating copy to clipboard operation
istanbul copied to clipboard

exclude imported node modules from coverage reporting

Open sammysium opened this issue 3 years ago • 1 comments

/* istanbul ignore next */
import SignatureCapture from 'react-native-signature-capture';


even the ignore next didn't work, is there a way to exclude node modules from coverage entirely?

sammysium avatar Jun 13 '21 17:06 sammysium

I'm also seeing these appearing in lcov reports for certain classes.

Screenshot 2022-01-26 at 19 01 28

jackmunkonge3 avatar Jan 26 '22 19:01 jackmunkonge3