all repos

dotfiles @ 38e35fed3264440b47de29a2028a0e4d936a2394

my dotfiles

config/fish/functions/gotestcover.fish (view raw)

1
2
3
4
function gotestcover -a path
  go test $path -coverprofile=cover
  go tool cover -html=cover
end