Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage support #3

Closed
mfridman opened this issue Oct 20, 2018 · 0 comments
Closed

Add test coverage support #3

mfridman opened this issue Oct 20, 2018 · 0 comments

Comments

@mfridman
Copy link
Owner

Users can run go test with the cover flag. Which results in output such as this..

$ go test -cover
PASS
coverage: 42.9% of statements
ok      size    0.026s

We should grab that percentage and add it where it makes sense.

mfridman added a commit that referenced this issue Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant