Skip to content

golang utility to run all unit tests in sub folders and generate a single html coverage report in the root directory

Notifications You must be signed in to change notification settings

0xor1/go_cover_all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

go_cover_all

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages