You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lemon command can also be used to check test coverage. For this use the --coverage or -c option.
> lemon -c test/cases/*.rb
To enusre only the code you are interested in is checked, you can either use -r to pre-require support libraries you wish not to include in the output. Or more conveniently, supply specific namespaces to include via the --namespace or -n option.