Skip to content

Instantly share code, notes, and snippets.

@menuka94
Forked from ammario/goth
Created August 31, 2017 09:31
Show Gist options
  • Save menuka94/81793d3a773fe6d9b6f3aade5b6f7968 to your computer and use it in GitHub Desktop.
Save menuka94/81793d3a773fe6d9b6f3aade5b6f7968 to your computer and use it in GitHub Desktop.
golang test coverage html
#!/bin/bash
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment