typescript-coverage-report icon indicating copy to clipboard operation
typescript-coverage-report copied to clipboard

Suggestion: add config files

Open alexcanessa opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. Especially if we start increasing the number of options, a config file will be very useful - especially in CI/CD.

Describe the solution you'd like Merge the options using them in this order: Object.assign({}, defaultOptions, configOptions, cliOptions)

Describe alternatives you've considered I had a look at all the "read config" packages and not really happy with any of those. Might do my own lol.

alexcanessa avatar Mar 26 '20 12:03 alexcanessa

@alexcanessa - as a side note to separate packages: https://github.com/jaredpalmer/tsdx

tsaiDavid avatar Mar 27 '20 00:03 tsaiDavid

+1 typescript-coverage-report misses cli config options from is base package: https://github.com/plantain-00/type-coverage

rickvian avatar Sep 05 '22 09:09 rickvian