LeanKit-Labs / biggulp

Features and utilities to simplify gulp files
MIT License
3 stars 12 forks source link

Added `exclude` option to NYC command args #18

Closed ryexley closed 8 years ago

Prestaul commented 8 years ago

It is not necessarily a reason to not add this to biggulp, but we also have a mechanism for adding coverage exclusions in package.json files. E.g. https://github.com/BanditSoftware/card.ui/blob/feature-node5/package.json#L198-L206

ryexley commented 8 years ago

Agreed. The purpose of this PR was to use conventions and configuration data that already exist to eliminate the need for adding that configuration to every project that uses this task...to make this exclusion automatic by default.