You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I'm building a tool that basically gives you an opinionated dev environment. It runs test, compiles js, etc. Also it does coverage, so nyc is an just implementation detail of that tool, and nyc config have to be hidden from the tool's user. Currently I just pass all options via CLI, which works fine, except include can't be specified via CLI options.
Can it be added to CLI options? I can submit a PR if it'll help.
The text was updated successfully, but these errors were encountered: