mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Add more test #181

Open mrlunchbox777 opened 1 month ago

mrlunchbox777 commented 1 month ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

A few files have little or no test on them right now.

Why?

Everything should have at least some coverage, preferably 100%.

What should happen?

  1. cmd/cmd.go needs coverage.
  2. main.go needs coverage.
  3. util/factory.go needs coverage

Steps to Test

  1. make coverage should launch a browser that shows >80% (preferably 100%) coverage on all non-test files.

Code of Conduct