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

cmd/cover: extend tests #10409

Closed
dvyukov opened this issue Apr 10, 2015 · 1 comment
Closed

cmd/cover: extend tests #10409

dvyukov opened this issue Apr 10, 2015 · 1 comment
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Apr 10, 2015

cmd/cover tests should execute:

$ go test -run=nonenone -coverpkg=std std

Current tests handle a tiny amount of code, and I am discovering bug after bug running cover on real code.

@dvyukov dvyukov added this to the Go1.5 milestone Apr 10, 2015
@robpike
Copy link
Contributor

robpike commented Apr 13, 2015

Not feasible, since the tool must be installed for go test -cover to access it.
I will endeavor to do this manually when updating the cover tool.

@robpike robpike closed this as completed Apr 13, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned robpike Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants