Skip to content

yaowenqiang/buxiness_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code coverage

go test -cover poms/... go test -coverprofile=cover.out poms/... go tool cover -func=cover.out go tool cover -html cover.out

hitmap

go test -covermode=count -coverprofile=cover.out poms/... go tool cover -func=cover.out go tool cover -html cover.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published