gocovsh icon indicating copy to clipboard operation
gocovsh copied to clipboard

Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line 💻

Results 13 gocovsh issues
Sort by recently updated
recently updated
newest added

For larger projects, it might be useful to support sorting the entries in the list by their total coverage. Another potentially useful mode could be sorting by the number of...

enhancement

https://github.com/golang/tools/blob/master/cmd/cover/html.go includes the logic of the built-in html based coverage viewer. It uses boundary objects that essentially mark where to start every color block. It should be more precise and...

enhancement

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies