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
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
About
golang utility to run all unit tests in sub folders and generate a single html coverage report in the root directory