Skip to content

autogenerate a coverage badge for your README with with one dumb trick

License

Notifications You must be signed in to change notification settings

natefinch/covergen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covergen Coverage

Autoupdate a coverage badge in your README.md with this one dumb trick!

To try it out:

go get github.com/natefinch/covergen

Then run go test:

go test

Now run git diff... the url for the coverage badge in README.md is updated automagically! No other commands need be run.

Check out covergen_test.go for how it works.

The only drawback is that you more than double the time it takes to run your tests...

About

autogenerate a coverage badge for your README with with one dumb trick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages