[go-nuts] Re: go test -coverpkg=$LIST ... failing with exit code

2024-03-14 Thread 'TheDiveO' via golang-nuts
Looking and looking again, at least I spotted a lonely "open /tmp/go-build/covmeta: no such file or directory" error message. This now finally matches https://github.com/golang/go/issues/65653 and using gotip finally succeeds correctly. -- You received this message because you are

[go-nuts] Re: go test -coverpkg=$LIST ... failing with exit code

2024-03-13 Thread Jeremy French
I don't have any insight in trouble-shooting your exact issue, but I too would like a simple, reliable way to exclude packages from -coverpkg=./... Feels like relying on shell scripts (which is what a google search recommends) is a) fragile, and b) not particularly cross-platform. On Tuesday,