benbria / coffee-coverage

Istanbul and JSCoverage-style instrumentation for CoffeeScript files.
MIT License
145 stars 31 forks source link

Accept globs as excludes #71

Closed dbartholomae closed 8 years ago

dbartholomae commented 8 years ago

Based on #65.

BREAKING CHANGE: Excludes of directories and filenames including globbing characters (+, @, *, ?, [, ], !, {, }) will now be interpreted as globs. This shouldn't be that relevant, except for maybe + and @

jwalton commented 8 years ago

Nice! I am super busy today, but I'll have a look at this ASAP and try to merge it by tomorrow. (Pester me if I don't. ;)

dbartholomae commented 8 years ago

Will do! ;)

jwalton commented 8 years ago

Ok, published as v1.0.0. Thanks again! This is a much requested feature.