Skip to content

Instantly share code, notes, and snippets.

@andrewhampton
Created July 17, 2015 13:58
Show Gist options
  • Save andrewhampton/75cb469a9e94bd72a160 to your computer and use it in GitHub Desktop.
Save andrewhampton/75cb469a9e94bd72a160 to your computer and use it in GitHub Desktop.
(defun go-coverage-current-file
(let ((coverage-file "/tmp/coverage.out")
(args (s-concat
"--coverprofile="
coverage-file)))
(go-test-run args)
(go-coverage coverage-file)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment