You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that shell script is working around the fact that go test -coverprofile=profile.out can only work for a single package (and not for a bunch of packages, like go test ./... does)
rewriting that script in Go could be helpful (and be reused by other projects.)
The text was updated successfully, but these errors were encountered:
right now, this is done with a shell script:
that shell script is working around the fact that
go test -coverprofile=profile.out
can only work for a single package (and not for a bunch of packages, likego test ./...
does)rewriting that script in Go could be helpful (and be reused by other projects.)
The text was updated successfully, but these errors were encountered: