benbria / coffee-coverage

Istanbul and JSCoverage-style instrumentation for CoffeeScript files.
MIT License
145 stars 31 forks source link

Improve performance of globbing #74

Closed dbartholomae closed 8 years ago

dbartholomae commented 8 years ago

Hi there,

improved globbing speed significantly by not hitting the fs.

Best, Daniel

dbartholomae commented 8 years ago

By the way, coverage decrease is just due to a decrease in overall lines. In reality test coverage increased: There is an additional test monitoring performance for the utility that checks file exclusion.