gotestsum icon indicating copy to clipboard operation
gotestsum copied to clipboard

Support(): When I use gotestsum, some unexpected message output

Open Ephemeraler opened this issue 2 years ago • 1 comments

when I use gotestsum, I found some unexpected output warning: GOCOVERDIR not set, no coverage data emitted. image

but, when I use go test, there isnt unexpected output. image

I use fakeExecCommand to mcok os/exec, so I need to output some message into stdout.

Ephemeraler avatar Sep 14 '23 01:09 Ephemeraler

Hello, this doesn't look like an error from gotestsum, so I guess it has something to do wit how you are running the tests. Can you share the commands you used to run each of these?

dnephin avatar Sep 14 '23 02:09 dnephin