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
Getting coverage to 90% in a CLI project it's very difficult. A lot of lines are for parsing and validating input, and I think mocking all that is not time well spent. We tried to increase coverage in the most important parts of the Safe CLI (Safe Operator, Safe Tx Service Operator, Safe Creator...) and decided that 80% is a good number for coverage
What is needed?
Testing quality should be improved, currently for some operations only the happy path is tested.
The text was updated successfully, but these errors were encountered: