We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users can run go test with the cover flag. Which results in output such as this..
go test
cover
$ 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.
The text was updated successfully, but these errors were encountered:
3828976
Fixes #3; adds coverage support
caf57f3
No branches or pull requests
Users can run
go test
with thecover
flag. Which results in output such as this..We should grab that percentage and add it where it makes sense.
The text was updated successfully, but these errors were encountered: