alexcanessa / typescript-coverage-report

Node command tool to generate TypeScript coverage report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Expose 'history-file' option from type-coverage

paazmaya opened this issue · comments

There is an option to specify a json file, for storing total sum of the coverage, in type-coverage.

Please expose that option.

Perhaps there even could be a plot chart in the resulting report, in case there are existing history?

@paazmaya fancy giving it a try?

Is the intent of this option to store a top-level summary or are people looking for it to include coverage numbers for each file?