Testing the Health of a Rails App
dev, consulting, rails
October 27, 2022
When I start a new project, I want to know what areas are going to be problems -- what's the overall health of the app? Here are some searches that generally help me to determine this.
```
rake stats
```
0 to 30% test coverage -- not even trying
30% to 70% -- oof
70% to 120% -- ok to very good
120% + -- amazing / possibly excessive....