cenfun / monocart-coverage-reports

A code coverage tool to generate native V8 reports or Istanbul reports.
MIT License
31 stars 5 forks source link

Resolve #23 - [Bug] Executing MCR inside a sub-directory doesn't honor the configuration file #25

Closed ericmorand closed 3 months ago

ericmorand commented 4 months ago

I implemented the new option basePath solution, that seems more flexible to me.

Basically, the only notable change is that the entry filter is now resolved against the basePath instead of the current working directory.