Is your feature request related to a problem?
There's no easy make target to run tests with coverage reporting.
Describe the solution you'd like
Add a test-coverage target to the Makefile that runs go test -coverprofile=coverage.out ./... and optionally opens the HTML report.
Describe alternatives you've considered
Running the go command manually.
Additional context
Check existing Makefile.
Is your feature request related to a problem?
There's no easy
maketarget to run tests with coverage reporting.Describe the solution you'd like
Add a
test-coveragetarget to theMakefilethat runsgo test -coverprofile=coverage.out ./...and optionally opens the HTML report.Describe alternatives you've considered
Running the go command manually.
Additional context
Check existing
Makefile.