The readme states that the CLI's -e/--exclude parameter can be a regular expression but because arguments are always strings the CoverageTransformer never interprets the pattern as a regex: https://github.com/SitePen/remap-istanbul/blob/master/lib/CoverageTransformer.js#L23