djezzzl / factory_trace

Simple tool to maintain factories and traits from FactoryBot
MIT License
386 stars 7 forks source link

Show usage statistics #15

Closed djezzzl closed 4 years ago

djezzzl commented 5 years ago

Sometimes, some traits or child factories are used only few times, so it's possible to get rid of their separate definition as well.

So we could provide statistics usage of factories/traits with possible threshhold parameter to highlight low used ones.