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
Is your feature request related to a problem? Please describe.
Currently, there is no test coverage for main.go.
Describe the solution you would like
There exists a file called main_test.go, where we test the various functions inside. This will require a small change to our project structure allowing for declared types and a mocking framework.
Describe alternatives you have considered
No alternative would increase test coverage
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, there is no test coverage for
main.go
.Describe the solution you would like
There exists a file called
main_test.go
, where we test the various functions inside. This will require a small change to our project structure allowing for declared types and a mocking framework.Describe alternatives you have considered
No alternative would increase test coverage
The text was updated successfully, but these errors were encountered: