Skip to content

alexshd/total-coder-w19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

total-coder-w19

Given a coverage profile produced by 'go test':
go test -coverprofile=c.out
Open a web browser displaying annotated source code
go tool cover -html=c.out

Write out an HTML file instead of launching a web browser:

$ go tool cover -html=c.out -o coverage.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages