-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase unit testing of validations in internal/service/scaffold/options.go
#13
Comments
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically closed due to the lack of recent activity. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
Description
Increase test coverage for validations in
internal/service/scaffold/options.go
. Some execution paths relying on static functions are untested, e.g., the evaluation of the directory or the regexes.It must be evaluated what the best approach is. E.g., to make a service that is getting helper functions as explicit dependencies.
Reasons
Further increase the quality of the project.
Attachments
The text was updated successfully, but these errors were encountered: