Generates a single html unit test coverage report in the current directory for the current directory and all sub directories where *_test.go files exist.
go install github.com/0xor1/go_cover_all
cd <your_projects_root_directory>
go_cover_all
golang utility to run all unit tests in sub folders and generate a single html coverage report in the root directory
Go